Files

18 lines
411 B
YAML
Raw Permalink Normal View History

2023-03-24 21:09:16 -04:00
label1:
- any:
- changed-files:
- any-glob-to-any-file: ['glob']
2023-03-24 21:09:16 -04:00
- head-branch: ['regexp']
- base-branch: ['regexp']
- all:
- changed-files:
- all-globs-to-all-files: ['glob']
2023-03-24 21:09:16 -04:00
- head-branch: ['regexp']
- base-branch: ['regexp']
label2:
- changed-files:
- any-glob-to-any-file: ['glob']
2023-03-24 21:09:16 -04:00
- head-branch: ['regexp']
- base-branch: ['regexp']