1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00
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']