mirror of
https://github.com/actions/labeler.git
synced 2025-12-20 06:54:16 +00:00
Update the matching to use a regexp rather than minimatch
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
test-branch:
|
||||
- branch: "test/**"
|
||||
- branch: "^test/"
|
||||
|
||||
feature-branch:
|
||||
- branch: "*/feature/*"
|
||||
- branch: "/feature/"
|
||||
|
||||
bug-branch:
|
||||
- branch: "{bug,fix}/*"
|
||||
- branch: "^bug/|fix/"
|
||||
|
||||
array-branch:
|
||||
- branch: ["array/*"]
|
||||
- branch: ["^array/"]
|
||||
|
||||
Reference in New Issue
Block a user