Skip to content

Commit

Permalink
[Tool] update pr check information (StarRocks#11242)
Browse files Browse the repository at this point in the history
update pr check information
  • Loading branch information
dulong41 authored Sep 15, 2022
1 parent bcf0d7e commit f8c18d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"color": "EEEEEE"
},
"CHECKS": {
"prefixes": ["[BugFix] ", "[Enhancement]", "[Feature]", "[Refactor]", "[UT]", "[Doc]", "[Tool]"],
"prefixes": ["[BugFix]", "[Enhancement]", "[Feature]", "[Refactor]", "[UT]", "[Doc]", "[Tool]"],
"regexpFlags": "i",
"ignoreLabels" : ["ignore-pr-title-check", "pass"]
},
"MESSAGES": {
"success": "All OK",
"failure": "Add type in the title of the pull request. [BugFix], [Enhancement], [Feature], [Refactor], [UT], [Doc], [Tool]",
"failure": "Missing type in the title of the pull request. [BugFix], [Enhancement], [Feature], [Refactor], [UT], [Doc], [Tool]. \nExample: [BugFix] Fix some implicit conversion.",
"notice": ""
}
}

0 comments on commit f8c18d4

Please sign in to comment.