mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
9 lines
227 B
YAML
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']
|