1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00
Files
labeler/__tests__/fixtures/branches.yml
2023-03-18 16:46:54 -04:00

12 lines
172 B
YAML

test-branch:
- head-branch: '^test/'
feature-branch:
- head-branch: '/feature/'
bug-branch:
- head-branch: '^bug/|fix/'
array-branch:
- head-branch: ['^array/']