Skip to content

Commit ee47a18

Browse files
authored
Update Owners file to autolabel PRs on dockerfile changes
1 parent f31660a commit ee47a18

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

OWNERS

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
2-
approvers:
3-
- jcantrill
4-
- ewolinetz
5-
- alanconway
6-
reviewers:
7-
- bparees
8-
- jcantrill
9-
- ewolinetz
10-
- lukas-vlcek
11-
- alanconway
12-
- igor-karpukhin
13-
- vimalk78
14-
- syedriko
15-
- periklis
2+
filters:
3+
".*":
4+
approvers:
5+
- jcantrill
6+
- ewolinetz
7+
- alanconway
8+
reviewers:
9+
- bparees
10+
- jcantrill
11+
- ewolinetz
12+
- lukas-vlcek
13+
- alanconway
14+
- igor-karpukhin
15+
- vimalk78
16+
- syedriko
17+
- periklis
18+
"Dockerfile(?:\\.in)?$":
19+
labels:
20+
- midstream/Dockerfile
1621
component: "Logging"
17-
"Dockerfile(?:\\.in)?$":
18-
labels:
19-
- midstream/Dockerfile

0 commit comments

Comments
 (0)