Skip to content

Commit

Permalink
[improve][ci] Allow [fix][broker][branch-2.8] alike patten (#18504)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Nov 17, 2022
1 parent 76308f0 commit 55d7deb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
# bk -> bookkeeper
scopes: |
admin
bk
broker
ml
build
ci
cli
Expand All @@ -72,6 +72,7 @@ jobs:
io
meta
misc
ml
monitor
offload
proxy
Expand All @@ -84,13 +85,12 @@ jobs:
txn
ws
zk
bk
# The pull request's title should be fulfill the following pattern:
# The pull request's title should be fulfilled the following pattern:
#
# [<type>][<optional scope>] <description>
#
# ... where valid types and scopes can be found above; for example:
#
# [fix][test] flaky test V1_ProxyAuthenticationTest.anonymousSocketTest
headerPattern: '^\[(\w*)\](?:\[(.*)\])? (.*)$'
headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(:?\s*)(.*)$'
headerPatternCorrespondence: type, scope, subject

0 comments on commit 55d7deb

Please sign in to comment.