1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00
Files
bootc/.github/labeler.yml
Omer Tuchfeld 7b4ceb83c9 labeler: auto add system-reinstall-bootc label
Automatically mark any PR touching files in the system-reinstall-bootc
directory with the area/system-reinstall-bootc label.

Signed-off-by: Omer Tuchfeld <omer@tuchfeld.dev>
2025-02-18 09:18:44 +01:00

24 lines
461 B
YAML

documentation:
- changed-files:
- any-glob-to-any-file:
- 'docs/**'
- README.md
# Automatically bypass most CI for doc-only changes
control/skip-ci:
- changed-files:
- any-glob-to-all-files:
- 'docs/**'
- README.md
area/install:
- changed-files:
- any-glob-to-any-file:
- 'lib/src/install.rs'
- 'lib/src/install/**'
area/system-reinstall-bootc:
- changed-files:
- any-glob-to-any-file:
- 'system-reinstall-bootc/**'