mirror of
https://github.com/containers/podman.git
synced 2026-07-11 15:55:22 -04:00
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>
18 lines
476 B
YAML
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/**
|