Skip to content

Commit 1be6f82

Browse files
authored
Merge pull request #131 from PHPCSStandards/feature/ghactions-more-label-mngmnt
GH Actions/label mngmnt: allow for uppercase X in checkboxes
2 parents 0dfc8ab + 98ed2b1 commit 1be6f82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/labeler.yml

Lines changed: 4 additions & 4 deletions
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: '[Xx]\] Breaking change'
8181
- label: "Type: bug"
8282
draft: false
83-
body: 'x\] Bug fix'
83+
body: '[Xx]\] Bug fix'
8484
- label: "Type: enhancement"
8585
draft: false
86-
body: 'x\] New feature'
86+
body: '[Xx]\] New feature'
8787
- label: "Type: documentation"
8888
draft: false
89-
body: 'x\] Documentation improvement'
89+
body: '[Xx]\] Documentation improvement'
9090
- label: "Type: documentation"
9191
draft: false
9292
files:

0 commit comments

Comments
 (0)