protobuf/.github/mergeable.yml

19 lines
804 B
YAML
Raw Normal View History

2019-04-10 00:33:43 +00:00
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 notes: yes'
2019-04-10 00:33:43 +00:00
- must_include:
regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby|bazel)'
2020-03-02 23:10:49 +00:00
message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: bazel, cleanup, conformance tests, integration.'
2019-04-10 00:33:43 +00:00
- must_include:
regex: 'release notes: no'
message: 'Please include release notes: no'