[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:
Craig Tiller 2023-03-30 23:28:36 -07:00 committed by GitHub
parent 450196ae3f
commit a5ce9c8947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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": ""
}
}
}