We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dfc8ab + 98ed2b1 commit 1be6f82Copy full SHA for 1be6f82
.github/labeler.yml
@@ -77,16 +77,16 @@ labels:
77
78
- label: "Type: breaking change"
79
draft: false
80
- body: 'x\] Breaking change'
+ body: '[Xx]\] Breaking change'
81
- label: "Type: bug"
82
83
- body: 'x\] Bug fix'
+ body: '[Xx]\] Bug fix'
84
- label: "Type: enhancement"
85
86
- body: 'x\] New feature'
+ body: '[Xx]\] New feature'
87
- label: "Type: documentation"
88
89
- body: 'x\] Documentation improvement'
+ body: '[Xx]\] Documentation improvement'
90
91
92
files:
0 commit comments