mirror of
https://github.com/actions/labeler.git
synced 2026-01-07 20:57:17 +08:00
Add a new fixture and test for the branch checking
This commit is contained in:
5
__tests__/fixtures/branches.yml
Normal file
5
__tests__/fixtures/branches.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
test-branch:
|
||||
- branch: "test/*"
|
||||
|
||||
feature-branch:
|
||||
- branch: "*/feature/*"
|
||||
Reference in New Issue
Block a user