Add lang check

pull/16263/head
Srini Polavarapu 7 years ago
parent 6499836bda
commit f43103dcec
  1. 14
      .github/mergeable.yml

@ -1,6 +1,14 @@
mergeable: mergeable:
pull_requests: pull_requests:
label: label:
must_include: or:
regex: "release notes: yes|release notes: no" - and:
message: "Add release notes yes/no label. For yes, add lang label" - 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