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
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
filters:
|
||||||
|
".*":
|
||||||
approvers:
|
approvers:
|
||||||
- cblecker
|
- cblecker
|
||||||
- idvoretskyi
|
- idvoretskyi
|
||||||
|
@ -15,3 +17,11 @@ emeritus_approvers:
|
||||||
- calebamiles
|
- calebamiles
|
||||||
- grodrigues3
|
- grodrigues3
|
||||||
- spiffxp
|
- 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}}
|
/{{.Prefix}} {{.Label}}
|
||||||
/committee steering
|
/committee steering
|
||||||
|
/area annual-reports
|
||||||
|
|
Loading…
Reference in New Issue