[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>
pull/32764/head
Craig Tiller 2 years ago committed by GitHub
parent 450196ae3f
commit a5ce9c8947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/pr_title_checker_config.json

@ -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…
Cancel
Save