Update escapes

pull/17248/head
Vijay Pai 6 years ago committed by GitHub
parent cce686cb9b
commit 10010ec0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/mergeable.yml

@ -8,11 +8,11 @@ mergeable:
- or:
- and:
- must_include:
regex: 'release notes: yes'
message: 'Please add the label **release notes: yes**'
regex: '^release notes: yes'
message: 'Please add the label (release notes: yes)'
- must_include:
regex: '^lang\/'
message: 'Please add a language label **(lang/...)**'
message: 'Please add a language label (lang/...)'
- must_include:
regex: 'release notes: no'
message: 'Please add the label **release notes: no**'
regex: '^release notes: no'
message: 'Please add the label (release notes: no)'

Loading…
Cancel
Save