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.
1 parent 47fe02d commit 9b51f2eCopy full SHA for 9b51f2e
.github/labeler.yml
@@ -77,16 +77,16 @@ labels:
77
78
- label: "Type: breaking change"
79
draft: false
80
- body: "x\] Breaking change"
+ body: 'x\] Breaking change'
81
- label: "Type: bug"
82
83
- body: "x\] Bug fix"
+ body: 'x\] Bug fix'
84
- label: "Type: enhancement"
85
86
- body: "x\] New feature"
+ body: 'x\] New feature'
87
- label: "Type: documentation"
88
89
- body: "x\] Documentation improvement"
+ body: 'x\] Documentation improvement'
90
91
92
files:
0 commit comments