mirror of
https://github.com/actions/labeler.git
synced 2025-12-15 22:46:47 +00:00
15 lines
311 B
YAML
15 lines
311 B
YAML
label1:
|
|
- any:
|
|
- changed-files: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|
|
- all:
|
|
- changed-files: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|
|
|
|
label2:
|
|
- changed-files: ['glob']
|
|
- head-branch: ['regexp']
|
|
- base-branch: ['regexp']
|