mirror of
https://github.com/actions/labeler.git
synced 2026-01-08 21:43:36 +08:00
9 lines
116 B
YAML
9 lines
116 B
YAML
test-branch:
|
|
- branch: "test/*"
|
|
|
|
feature-branch:
|
|
- branch: "*/feature/*"
|
|
|
|
bug-branch:
|
|
- branch: "{bug,fix}/*"
|