Skip to content

Commit 9b51f2e

Browse files
committed
GH Actions/label new PRs: fix yaml file
Grr... I do not like Yaml... Either way, this fixes a syntax error I accidentally introduced in the Yaml file.
1 parent 47fe02d commit 9b51f2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/labeler.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ labels:
7777

7878
- label: "Type: breaking change"
7979
draft: false
80-
body: "x\] Breaking change"
80+
body: 'x\] Breaking change'
8181
- label: "Type: bug"
8282
draft: false
83-
body: "x\] Bug fix"
83+
body: 'x\] Bug fix'
8484
- label: "Type: enhancement"
8585
draft: false
86-
body: "x\] New feature"
86+
body: 'x\] New feature'
8787
- label: "Type: documentation"
8888
draft: false
89-
body: "x\] Documentation improvement"
89+
body: 'x\] Documentation improvement'
9090
- label: "Type: documentation"
9191
draft: false
9292
files:

0 commit comments

Comments
 (0)