mirror of
https://github.com/actions/labeler.git
synced 2026-01-07 12:47:17 +08: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/']
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
touched-a-pdf-file:
|
||||
- changed-files:
|
||||
- any: ['*.pdf']
|
||||
- any: ['*.pdf']
|
||||
|
||||
Reference in New Issue
Block a user