mirror of
https://github.com/actions/labeler.git
synced 2026-01-07 12:47:17 +08: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']
|