Merge pull request #7059 from cblecker/ar-label
Add automatic labelling for annual reports and charter changes
This commit is contained in:
commit
bb9200ce5c
40
OWNERS
40
OWNERS
|
@ -1,17 +1,27 @@
|
|||
# See the OWNERS docs at https://go.k8s.io/owners
|
||||
|
||||
approvers:
|
||||
- cblecker
|
||||
- idvoretskyi
|
||||
- jdumars
|
||||
- mrbobbytables
|
||||
- nikhita
|
||||
- parispittman
|
||||
- sig-contributor-experience-leads
|
||||
- committee-steering
|
||||
emeritus_approvers:
|
||||
- alisondy
|
||||
- castrojo
|
||||
- calebamiles
|
||||
- grodrigues3
|
||||
- spiffxp
|
||||
filters:
|
||||
".*":
|
||||
approvers:
|
||||
- cblecker
|
||||
- idvoretskyi
|
||||
- jdumars
|
||||
- mrbobbytables
|
||||
- nikhita
|
||||
- parispittman
|
||||
- sig-contributor-experience-leads
|
||||
- committee-steering
|
||||
emeritus_approvers:
|
||||
- alisondy
|
||||
- castrojo
|
||||
- calebamiles
|
||||
- grodrigues3
|
||||
- spiffxp
|
||||
# ensure PRs for annual reports are generated
|
||||
"annual-report-.*\\.md$":
|
||||
labels:
|
||||
- area/annual-reports
|
||||
# label charter changes for review by steering
|
||||
"charter.md":
|
||||
labels:
|
||||
- committee/steering
|
||||
|
|
|
@ -29,3 +29,4 @@ If you have any questions or concerns about this process, you may reach the Stee
|
|||
|
||||
/{{.Prefix}} {{.Label}}
|
||||
/committee steering
|
||||
/area annual-reports
|
||||
|
|
Loading…
Reference in New Issue