Files
labeler/__tests__/fixtures/branches.yml
T

9 lines
116 B
YAML

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