mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
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>
24 lines
461 B
YAML
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/**'
|