Unverified Commit 93a18cf2 authored by Hao Nguyen's avatar Hao Nguyen Committed by GitHub

Merge pull request #6007 from haon4/mergeable2

Add Mergeable config
parents 5b232b8e 925aa60f
mergeable:
pull_requests:
label:
and:
- must_exclude:
regex: '^disposition/DO NOT MERGE'
message: 'Pull request marked not mergeable'
- or:
- and:
- must_include:
regex: 'release notes: yes'
message: 'Please include release note: yes'
- must_include:
regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby)'
message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: cleanup, conformance tests, integration.'
- must_include:
regex: 'release notes: no'
message: 'Please include release note: no'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment