Files
podman/.github/labeler.yml
Paul Holzinger b2e45129b8 .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>
2025-04-08 19:40:35 +02:00

14 lines
375 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