mirror of
https://github.com/actions/labeler
synced 2026-05-12 22:21:13 +02:00
Fix linting and formatting
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
test-branch:
|
||||
- head-branch: "^test/"
|
||||
- head-branch: '^test/'
|
||||
|
||||
feature-branch:
|
||||
- head-branch: "/feature/"
|
||||
- head-branch: '/feature/'
|
||||
|
||||
bug-branch:
|
||||
- head-branch: "^bug/|fix/"
|
||||
- head-branch: '^bug/|fix/'
|
||||
|
||||
array-branch:
|
||||
- head-branch: ["^array/"]
|
||||
- head-branch: ['^array/']
|
||||
|
||||
Reference in New Issue
Block a user