Update the tests for applying multiple branch based labels

This commit is contained in:
Josh Dales
2021-10-28 22:33:25 -04:00
parent 89f6b77325
commit 7aadc17f94
2 changed files with 5 additions and 5 deletions

View File

@@ -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/*"]