mirror of
https://github.com/actions/labeler.git
synced 2026-01-02 17:47:18 +08:00
12 lines
168 B
YAML
12 lines
168 B
YAML
test-branch:
|
|
- branch: "test/*"
|
|
|
|
feature-branch:
|
|
- branch: "*/feature/*"
|
|
|
|
bug-branch:
|
|
- branch: "{bug,fix}/*"
|
|
|
|
array-branch:
|
|
- branch: ["array/*", "*/array/*"]
|