.github/labeler: add CI label automatically

To make it a bit more obvious when any CI related files such as github
workflows are touched add a label.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger 2026-06-09 17:52:24 +02:00
parent 408f6e74b1
commit cdb8995665
No known key found for this signature in database
GPG key ID: EB145DD938A3CAF2

4
.github/labeler.yml vendored
View file

@ -11,3 +11,7 @@ governance:
- any-glob-to-any-file: OWNERS - any-glob-to-any-file: OWNERS
- any-glob-to-any-file: MAINTAINERS.md - any-glob-to-any-file: MAINTAINERS.md
- any-glob-to-any-file: GOVERNANCE.md - any-glob-to-any-file: GOVERNANCE.md
CI:
- changed-files:
- any-glob-to-any-file: .github/**
- any-glob-to-any-file: hack/ci/**