[PR] Better error message on PR titles that don't meet requirements (#32753)
<!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> --------- Co-authored-by: Eugene Ostroukhov <eostroukhov@gmail.com>
This commit is contained in:
parent
450196ae3f
commit
a5ce9c8947
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"LABEL": {
|
||||
"name": "title needs formatting",
|
||||
"name": "PR title format",
|
||||
"color": "EEEEEE"
|
||||
},
|
||||
"CHECKS": {
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"MESSAGES": {
|
||||
"success": "All OK",
|
||||
"failure": "Incorrect PR title",
|
||||
"failure": "PR title should be like this: '[component] Brief summary'",
|
||||
"notice": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue