Files
labeler/__tests__/fixtures/any_and_all.yml
T

7 lines
157 B
YAML
Raw Normal View History

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