1
0
mirror of https://github.com/actions/labeler synced 2026-05-10 10:11:03 +02:00
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}/*"