Add bazel to the list of acceptable mergeable tags
This commit is contained in:
parent
64f151fa2b
commit
154788bb4c
2
.github/mergeable.yml
vendored
2
.github/mergeable.yml
vendored
@ -11,7 +11,7 @@ mergeable:
|
||||
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)'
|
||||
regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby|bazel)'
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user