-
Notifications
You must be signed in to change notification settings - Fork 392
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
Setup OWNERS files for each role handbook #232
Conversation
/hold |
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.
Fantastic!!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus, spiffxp, tpepper The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Followup to kubernetes/test-infra#8798
When I'm updating the docs for a given release-team role, I want prow to auto-request reviews from people who currently or have previously staffed that role.
I populated aliases based on 1.7 forward.
I would have used a regex-based OWNERS file, but that doesn't cooperate with the
approve
plugin right now (kubernetes/test-infra#7690) so I had to breakup into dirs per role.I searched org:kubernetes for references to the role handbooks and found none, so I haven't dropped tombstones, though I can be convinced if necessary.
WDYT?