mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
18 lines
411 B
YAML
18 lines
411 B
YAML
label1:
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|
|
- all:
|
|
- changed-files:
|
|
- all-globs-to-all-files: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|
|
|
|
label2:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|