Skip to content

Commit

Permalink
ci: update title checker rule(sync from 'https://github.com/GreptimeT…
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Dec 19, 2023
1 parent adb3de7 commit 20cb904
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"color": "B60205"
},
"CHECKS": {
"regexp": "^(feat|fix|test|refactor|chore|style|docs|perf|build|ci|revert)(\\(.*\\))?:.*",
"ignoreLabels" : ["ignore-title"]
"regexp": "^(feat|fix|test|refactor|chore|style|docs|perf|build|ci|revert)(\\(.*\\))?\\!?:.*",
"ignoreLabels": [
"ignore-title"
]
}
}

0 comments on commit 20cb904

Please sign in to comment.