Files
labeler/__tests__/fixtures/any_and_all.yml
2023-05-17 07:05:19 -04:00

7 lines
157 B
YAML

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