We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c9c33 commit aa419aaCopy full SHA for aa419aa
MAINTAINERS.yml
@@ -60,6 +60,22 @@
60
# Like 'files-regex', but any matching files will be excluded from the
61
# area.
62
#
63
+# file-groups:
64
+# A list of groups of files that are treated as a single unit.
65
+# This is useful for areas where different collaborators are responsible for
66
+# different parts of the area.
67
+# Each group should have the following structure:
68
+# - name: <group name>
69
+# collaborators:
70
+# - <GitHub handle>
71
72
+# files:
73
+# - <file path>
74
75
+# files-regex:
76
+# - <regex pattern>
77
78
+#
79
# description: >-
80
# Plain-English description. Describe what the system is about, from an
81
# outsider's perspective.
0 commit comments