Files
labeler/__tests__/fixtures/any_and_all.yml

9 lines
227 B
YAML

tests:
- any:
- head-branch: ['^tests/', '^test/']
- changed-files:
- any-glob-to-any-file: ['tests/**/*']
- all:
- changed-files:
- all-globs-to-all-files: ['!tests/requirements.txt']