Skip to content

Commit b2e4512

Browse files
committed
.github/labeler: add governance label automatically
We don't have anything CI wise to enforce proper reviews for governance changes but we can easily label a PR so that should raise more awareness. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 1934c3a commit b2e4512

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ kind/api-change:
66
machine:
77
- changed-files:
88
- any-glob-to-any-file: pkg/machine/**
9+
governance:
10+
- changed-files:
11+
- any-glob-to-any-file: OWNERS
12+
- any-glob-to-any-file: MAINTAINERS.md
13+
- any-glob-to-any-file: GOVERNANCE.md

0 commit comments

Comments
 (0)