1
0
mirror of https://github.com/actions/labeler synced 2026-05-09 13:31:02 +02:00
Files
labeler/__tests__/fixtures/branches.yml

12 lines
156 B
YAML

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