.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 <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-04-08 19:35:22 +02:00
parent 1934c3a407
commit b2e45129b8

5
.github/labeler.yml vendored
View File

@@ -6,3 +6,8 @@ kind/api-change:
machine:
- changed-files:
- any-glob-to-any-file: pkg/machine/**
governance:
- changed-files:
- any-glob-to-any-file: OWNERS
- any-glob-to-any-file: MAINTAINERS.md
- any-glob-to-any-file: GOVERNANCE.md