See if double-quotes are the problem

Double-quotes are used in the Mergeable JSON so perhaps they're not being properly escaped
pull/17248/head
Vijay Pai 6 years ago committed by GitHub
parent e4190db350
commit cce686cb9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/mergeable.yml

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

Loading…
Cancel
Save