mirror of
https://github.com/actions/labeler.git
synced 2025-12-20 06:54:16 +00:00
Update the tests for applying multiple branch based labels
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
test-branch:
|
||||
- branch: "test/*"
|
||||
- branch: "test/**"
|
||||
|
||||
feature-branch:
|
||||
- branch: "*/feature/*"
|
||||
@@ -8,4 +8,4 @@ bug-branch:
|
||||
- branch: "{bug,fix}/*"
|
||||
|
||||
array-branch:
|
||||
- branch: ["array/*", "*/array/*"]
|
||||
- branch: ["array/*"]
|
||||
|
||||
Reference in New Issue
Block a user