We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce686c commit 10010ecCopy full SHA for 10010ec
.github/mergeable.yml
@@ -8,11 +8,11 @@ mergeable:
8
- or:
9
- and:
10
- must_include:
11
- regex: 'release notes: yes'
12
- message: 'Please add the label **release notes: yes**'
+ regex: '^release notes: yes'
+ message: 'Please add the label (release notes: yes)'
13
14
regex: '^lang\/'
15
- message: 'Please add a language label **(lang/...)**'
+ message: 'Please add a language label (lang/...)'
16
17
- regex: 'release notes: no'
18
- message: 'Please add the label **release notes: no**'
+ regex: '^release notes: no'
+ message: 'Please add the label (release notes: no)'
0 commit comments