Skip to content

Commit fc91bb1

Browse files
committed
Next attempt
1 parent a3ee315 commit fc91bb1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/labeler.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,17 @@ labels:
7676
- "src/Standards/Zend/.*"
7777

7878
- label: "Type: breaking change"
79-
body: "x.{1} Breaking change"
79+
body: 'x\] Breaking change'
8080
- label: "Type: bug"
81-
body: "x\] Bug fix"
81+
body: 'x\] Bug fix'
8282
- label: "Type: enhancement"
83-
body: "x\] New feature"
83+
body: 'x\] New feature'
8484
- label: "Type: documentation"
85-
body: "x\] Documentation improvement"
85+
body: 'x\] Documentation improvement'
8686
- label: "Type: documentation"
8787
files:
8888
- "/Docs/[A-Za-z0-9-]*/.*Standard.xml$"
89+
- label: "Type: documentation"
90+
draft: false
91+
files:
92+
- "*.md$"

0 commit comments

Comments
 (0)