Files
labeler/__tests__/fixtures/any_and_all.yml
T

9 lines
227 B
YAML
Raw Normal View History

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