Skip to content

Commit

Permalink
GH Actions/label new PRs: fix yaml file
Browse files Browse the repository at this point in the history
Grr... I do not like Yaml...

Either way, this fixes a syntax error I accidentally introduced in the Yaml file.
  • Loading branch information
jrfnl committed Nov 11, 2023
1 parent 47fe02d commit 9b51f2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ labels:

- label: "Type: breaking change"
draft: false
body: "x\] Breaking change"
body: 'x\] Breaking change'
- label: "Type: bug"
draft: false
body: "x\] Bug fix"
body: 'x\] Bug fix'
- label: "Type: enhancement"
draft: false
body: "x\] New feature"
body: 'x\] New feature'
- label: "Type: documentation"
draft: false
body: "x\] Documentation improvement"
body: 'x\] Documentation improvement'
- label: "Type: documentation"
draft: false
files:
Expand Down

0 comments on commit 9b51f2e

Please sign in to comment.