Skip to content

Commit bb9200c

Browse files
authored
Merge pull request #7059 from cblecker/ar-label
Add automatic labelling for annual reports and charter changes
2 parents 3d52702 + c30c9f4 commit bb9200c

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

OWNERS

+25-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3-
approvers:
4-
- cblecker
5-
- idvoretskyi
6-
- jdumars
7-
- mrbobbytables
8-
- nikhita
9-
- parispittman
10-
- sig-contributor-experience-leads
11-
- committee-steering
12-
emeritus_approvers:
13-
- alisondy
14-
- castrojo
15-
- calebamiles
16-
- grodrigues3
17-
- spiffxp
3+
filters:
4+
".*":
5+
approvers:
6+
- cblecker
7+
- idvoretskyi
8+
- jdumars
9+
- mrbobbytables
10+
- nikhita
11+
- parispittman
12+
- sig-contributor-experience-leads
13+
- committee-steering
14+
emeritus_approvers:
15+
- alisondy
16+
- castrojo
17+
- calebamiles
18+
- grodrigues3
19+
- spiffxp
20+
# ensure PRs for annual reports are generated
21+
"annual-report-.*\\.md$":
22+
labels:
23+
- area/annual-reports
24+
# label charter changes for review by steering
25+
"charter.md":
26+
labels:
27+
- committee/steering

generator/annual-report/github_issue.tmpl

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ If you have any questions or concerns about this process, you may reach the Stee
2929

3030
/{{.Prefix}} {{.Label}}
3131
/committee steering
32+
/area annual-reports

0 commit comments

Comments
 (0)