1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00
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']