mirror of
https://github.com/actions/labeler
synced 2026-05-11 13:11:06 +02:00
* Implement the new structure of the match object for changed files section * Replace inner loops with the find method
9 lines
219 B
YAML
9 lines
219 B
YAML
tests:
|
|
- any:
|
|
- head-branch: ['^tests/', '^test/']
|
|
- changed-files:
|
|
- AnyGlobToAnyFile: ['tests/**/*']
|
|
- all:
|
|
- changed-files:
|
|
- AllGlobsToAllFiles: ['!tests/requirements.txt']
|