mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
.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:
parent
408f6e74b1
commit
cdb8995665
1 changed files with 4 additions and 0 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
|
@ -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/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue