Files
podman/.github/labeler.yml
Colin Walters d7760b23cf labeler: Use machine label
Consensus was against area/ in
https://github.com/containers/podman/pull/21146

Signed-off-by: Colin Walters <walters@verbum.org>
2024-01-08 17:50:22 -05:00

9 lines
224 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/**