Files
labeler/__tests__/fixtures/all_options.yml
T

15 lines
311 B
YAML
Raw Normal View History

2023-03-24 21:09:16 -04:00
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']