Files
labeler/__tests__/fixtures/any_and_all.yml
T

9 lines
219 B
YAML
Raw Normal View History

2023-05-17 07:05:19 -04:00
tests:
- any:
- head-branch: ['^tests/', '^test/']
- changed-files:
- AnyGlobToAnyFile: ['tests/**/*']
2023-05-17 07:05:19 -04:00
- all:
- changed-files:
- AllGlobsToAllFiles: ['!tests/requirements.txt']