mirror of
https://github.com/actions/labeler.git
synced 2026-01-05 11:32:54 +08:00
Remove the branch option and replace with just head-branch and base-branch
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
test-branch:
|
||||
- branch: "^test/"
|
||||
- head-branch: "^test/"
|
||||
|
||||
feature-branch:
|
||||
- branch: "/feature/"
|
||||
- head-branch: "/feature/"
|
||||
|
||||
bug-branch:
|
||||
- branch: "^bug/|fix/"
|
||||
- head-branch: "^bug/|fix/"
|
||||
|
||||
array-branch:
|
||||
- branch: ["^array/"]
|
||||
- head-branch: ["^array/"]
|
||||
|
||||
Reference in New Issue
Block a user