mirror of
https://github.com/actions/labeler.git
synced 2025-12-15 22:46:47 +00:00
9 lines
116 B
YAML
9 lines
116 B
YAML
test-branch:
|
|
- branch: "test/*"
|
|
|
|
feature-branch:
|
|
- branch: "*/feature/*"
|
|
|
|
bug-branch:
|
|
- branch: "{bug,fix}/*"
|