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 a3ee315 commit fc91bb1Copy full SHA for fc91bb1
.github/labeler.yml
@@ -76,13 +76,17 @@ labels:
76
- "src/Standards/Zend/.*"
77
78
- label: "Type: breaking change"
79
- body: "x.{1} Breaking change"
+ body: 'x\] Breaking change'
80
- label: "Type: bug"
81
- body: "x\] Bug fix"
+ body: 'x\] Bug fix'
82
- label: "Type: enhancement"
83
- body: "x\] New feature"
+ body: 'x\] New feature'
84
- label: "Type: documentation"
85
- body: "x\] Documentation improvement"
+ body: 'x\] Documentation improvement'
86
87
files:
88
- "/Docs/[A-Za-z0-9-]*/.*Standard.xml$"
89
+- label: "Type: documentation"
90
+ draft: false
91
+ files:
92
+ - "*.md$"
0 commit comments