Skip to content

Commit 10010ec

Browse files
authored
Update escapes
1 parent cce686c commit 10010ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/mergeable.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ mergeable:
88
- or:
99
- and:
1010
- must_include:
11-
regex: 'release notes: yes'
12-
message: 'Please add the label **release notes: yes**'
11+
regex: '^release notes: yes'
12+
message: 'Please add the label (release notes: yes)'
1313
- must_include:
1414
regex: '^lang\/'
15-
message: 'Please add a language label **(lang/...)**'
15+
message: 'Please add a language label (lang/...)'
1616
- must_include:
17-
regex: 'release notes: no'
18-
message: 'Please add the label **release notes: no**'
17+
regex: '^release notes: no'
18+
message: 'Please add the label (release notes: no)'

0 commit comments

Comments
 (0)