From f597512d4c91f4a34fa5d495cdca6f8608298f9d Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 25 Feb 2019 09:22:43 -0800 Subject: [PATCH] Change warning displayed when PRs don't start with component name (#129) --- .contributebot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.contributebot b/.contributebot index e841398..9a66b3b 100644 --- a/.contributebot +++ b/.contributebot @@ -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." }