mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

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