Skip to content

Commit

Permalink
fix: forbid the usage of single quotation in title to avoid failure o…
Browse files Browse the repository at this point in the history
…f cherry-pick (#18614)
  • Loading branch information
lmatz authored Sep 20, 2024
1 parent c6db801 commit 767dbc1
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,10 +4,10 @@
"color": "B60205"
},
"CHECKS": {
"regexp": "^(cherrypick|cherry pick|cherry-pick)?(| |:|: )+(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate)(\\(.*\\))?:.*",
"regexp": "^(cherrypick|cherry pick|cherry-pick)?(| |:|: )+(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate)(\\(.*\\))?:[^']*",
"ignoreLabels" : ["ignore-title"]
},
"MESSAGES": {
"failure": "The PR title is invalid. Please refer to https://github.com/risingwavelabs/risingwave/blob/main/CONTRIBUTING.md#pull-request-title for the convention."
"failure": "The PR title is invalid. Please refer to https://github.com/risingwavelabs/risingwave/blob/main/CONTRIBUTING.md#pull-request-title and https://github.com/risingwavelabs/risingwave/blob/main/.github/pr-title-checker-config.json for the convention."
}
}

0 comments on commit 767dbc1

Please sign in to comment.