mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
19 lines
832 B
YAML
19 lines
832 B
YAML
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'
|
|
- must_include:
|
|
regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby|bazel|cmake|protoc)'
|
|
message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: bazel, cmake, cleanup, conformance tests, integration, protoc.'
|
|
- must_include:
|
|
regex: 'release notes: no'
|
|
message: 'Please include release notes: no'
|