tisonkun commented on code in PR #18504:
URL: https://github.com/apache/pulsar/pull/18504#discussion_r1024581332
##########
.github/workflows/ci-semantic-pull-request.yml:
##########
@@ -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*)(.*)$'
Review Comment:
```suggestion
headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(:?\s*)(.*)$'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]