File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 6060# Like 'files-regex', but any matching files will be excluded from the
6161# area.
6262#
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+ # - <GitHub handle>
72+ # files:
73+ # - <file path>
74+ # - <file path>
75+ # files-regex:
76+ # - <regex pattern>
77+ # - <regex pattern>
78+ # files-exclude:
79+ # - <file path>
80+ # - <file path>
81+ # files-regex-exclude:
82+ # - <regex pattern>
83+ # - <regex pattern>
84+ #
6385# description: >-
6486# Plain-English description. Describe what the system is about, from an
6587# outsider's perspective.
You can’t perform that action at this time.
0 commit comments