mirror of
https://github.com/actions/labeler.git
synced 2026-01-02 01:27:19 +08:00
* Implement the new structure of the match object for changed files section * Replace inner loops with the find method
18 lines
399 B
YAML
18 lines
399 B
YAML
label1:
|
|
- any:
|
|
- changed-files:
|
|
- AnyGlobToAnyFile: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|
|
- all:
|
|
- changed-files:
|
|
- AllGlobsToAllFiles: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|
|
|
|
label2:
|
|
- changed-files:
|
|
- AnyGlobToAnyFile: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|