The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
612 B

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 add the label (release notes: yes)'
- must_include:
regex: '^lang\/'
message: 'Please add a language label (lang/...)'
- must_include:
regex: '^release notes: no'
message: 'Please add the label (release notes: no)'