-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: broaden ownership to team #29199
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
Conversation
/goldens/** @andrewseguin @mmalerba @crisbeto | ||
/src/* @devversion @josephperrott | ||
/* @devversion @josephperrott | ||
* @angular/components-googlers |
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 think you actually need to have the base directories you want to include here.
*
would just refer to the files at the root of the repository
**
would be everything in the repo, but that would include the other files I believe.
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 think *
might be a special case, cause I do see that something like dir/*
only covers immediate folder files (not nested). Here's what their docs say
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @global-owner1 @global-owner2
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.
oh okay, works for me!
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.
LGTM
/goldens/** @andrewseguin @mmalerba @crisbeto | ||
/src/* @devversion @josephperrott | ||
/* @devversion @josephperrott | ||
* @angular/components-googlers |
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.
oh okay, works for me!
(cherry picked from commit 6cf7f54)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Assigned ownership per component made more sense in the early days when we each had fully authored components