-
Notifications
You must be signed in to change notification settings - Fork 8.2k
support file-groups and improve review requests for maintainer file changes #98884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
423faaa
996c62b
d48fdad
9622449
7d64721
d9f6c38
fc32da0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -60,6 +60,34 @@ | |||||||||||||
| # Like 'files-regex', but any matching files will be excluded from the | ||||||||||||||
| # area. | ||||||||||||||
| # | ||||||||||||||
| # file-groups: | ||||||||||||||
| # A list of groups of files that are treated as a single unit. | ||||||||||||||
| # This is useful for areas where different collaborators are responsible for | ||||||||||||||
| # different parts of the area. | ||||||||||||||
| # | ||||||||||||||
| # File groups inherit file patterns from their parent area. A file will only | ||||||||||||||
| # match a file group if it first matches the parent area's patterns, and then | ||||||||||||||
| # also matches the file group's own patterns. This allows file groups to | ||||||||||||||
| # further filter and subdivide files that are already covered by the area. | ||||||||||||||
|
Comment on lines
+69
to
+71
|
||||||||||||||
| # match a file group if it first matches the parent area's patterns, and then | |
| # also matches the file group's own patterns. This allows file groups to | |
| # further filter and subdivide files that are already covered by the area. | |
| # match a file group if it first matches the parent area's patterns, and then | |
| # also matches the file group's own patterns. This allows file groups to | |
| # further filter and subdivide files that are already covered by the area. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these collaborators are added in addition to the area collaborators, right? Could maybe be mentioned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bummer, how did I miss that, release blocker :-D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have added it but you asked to only do it on issues...