Skip to content

Commit

Permalink
Merge branch 'main' into yiming/frontend-wait-hummock-version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Sep 21, 2024
2 parents c840b21 + 98a2d41 commit 4bda7f4
Show file tree
Hide file tree
Showing 160 changed files with 2,943 additions and 2,971 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."
}
}
Loading

0 comments on commit 4bda7f4

Please sign in to comment.