diff --git a/.github/pr_title_checker_config.json b/.github/pr_title_checker_config.json index 8bfe1cd9bf1..56f0f4b7a3b 100644 --- a/.github/pr_title_checker_config.json +++ b/.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": "" } -} \ No newline at end of file +}