Files
labeler/__tests__/fixtures/branches.yml
2021-09-15 10:14:24 -08:00

9 lines
116 B
YAML

test-branch:
- branch: "test/*"
feature-branch:
- branch: "*/feature/*"
bug-branch:
- branch: "{bug,fix}/*"