mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
12 lines
172 B
YAML
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/']
|