Change warning displayed when PRs don't start with component name (#129)

This commit is contained in:
Eli Bendersky
2019-02-25 09:22:43 -08:00
committed by Ross Light
parent 3fdd4c2254
commit f597512d4c

View File

@@ -1,3 +1,4 @@
{
"issue_title_pattern": "^.*$"
"issue_title_pattern": "^.*$",
"pull_request_title_response": "Please edit the title of this pull request with the name of the affected component, or \"all\", followed by a colon, followed by a short summary of the change."
}