mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
Belated followup to #11829: use github labeler workflow[1] to auto-add 'kind/api-change' label to PRs in which files are touched under pkg/api [1] https://github.com/actions/labeler Signed-off-by: Ed Santiago <santiago@redhat.com>
4 lines
112 B
YAML
4 lines
112 B
YAML
# Add labels based on file paths in PR
|
|
# https://github.com/actions/labeler
|
|
kind/api-change:
|
|
- pkg/api/**/*
|