Files
podman/.github/labeler.yml
Paul Holzinger cdb8995665 .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>
2026-06-09 17:52:24 +02:00

18 lines
476 B
YAML

# Add labels based on file paths in PR
# https://github.com/actions/labeler
kind/api-change:
- changed-files:
- any-glob-to-any-file: pkg/api/**
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
CI:
- changed-files:
- any-glob-to-any-file: .github/**
- any-glob-to-any-file: hack/ci/**