Merge pull request #7059 from cblecker/ar-label
Add automatic labelling for annual reports and charter changes
This commit is contained in:
commit
bb9200ce5c
10
OWNERS
10
OWNERS
|
@ -1,5 +1,7 @@
|
|||
# See the OWNERS docs at https://go.k8s.io/owners
|
||||
|
||||
filters:
|
||||
".*":
|
||||
approvers:
|
||||
- cblecker
|
||||
- idvoretskyi
|
||||
|
@ -15,3 +17,11 @@ emeritus_approvers:
|
|||
- 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