Merge pull request #16263 from srini100/mergable-config

Add lang check
pull/16281/head
Srini Polavarapu 6 years ago committed by GitHub
commit 67e8ddaf51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .github/mergeable.yml

@ -1,6 +1,14 @@
mergeable:
pull_requests:
label:
must_include:
regex: "release notes: yes|release notes: no"
message: "Add release notes yes/no label. For yes, add lang label"
or:
- and:
- must_include:
regex: 'release notes: yes'
message: 'Please include release note: yes'
- must_include:
regex: '^lang\/'
message: 'Please include a language label'
- must_include:
regex: 'release notes: no'
message: 'Please include release note: no'

Loading…
Cancel
Save