The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
16 lines
386 B
16 lines
386 B
{ |
|
"LABEL": { |
|
"name": "PR title format", |
|
"color": "EEEEEE" |
|
}, |
|
"CHECKS": { |
|
"regexp": "^((\\[[^\\]]+\\])+|Revert|Automated fix for) ", |
|
"regexpFlags": "i", |
|
"ignoreLabels": [] |
|
}, |
|
"MESSAGES": { |
|
"success": "All OK", |
|
"failure": "PR title should be like this: '[component] Brief summary'", |
|
"notice": "" |
|
} |
|
}
|
|
|