Files
labeler/__tests__/fixtures/all_options.yml
2023-03-24 21:23:51 -04:00

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']