Fix mergeable docs to be consistent with checks (#7021)
This commit is contained in:
parent
80eadc050d
commit
3214d0b0b2
4
.github/mergeable.yml
vendored
4
.github/mergeable.yml
vendored
@ -9,10 +9,10 @@ mergeable:
|
||||
- and:
|
||||
- must_include:
|
||||
regex: 'release notes: yes'
|
||||
message: 'Please include release note: yes'
|
||||
message: 'Please include release notes: 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'
|
||||
message: 'Please include release notes: no'
|
||||
|
Loading…
Reference in New Issue
Block a user