mirror of
https://github.com/apple/container.git
synced 2026-07-13 04:57:08 +00:00
5ae887cb27
## Type of Change - [ ] Bug fix - [x] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Added other labels for different files changes. ## Testing - [ ] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs
16 lines
287 B
YAML
16 lines
287 B
YAML
cli:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'Sources/CLI/**'
|
|
- 'Sources/ContainerCommands/**'
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*.md'
|
|
- 'docs/**'
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '.github/**' |