tisonkun commented on code in PR #16836: URL: https://github.com/apache/pulsar/pull/16836#discussion_r932995700
########## .github/workflows/semantic.yaml: ########## @@ -0,0 +1,35 @@ +name: "PR Lint" + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + main: + name: Validate PR title Review Comment: We can use https://github.com/Ezard/semantic-prs and ask ASF INFRA to enable the App for this repo. It helps us save GitHub Actions workload. -- 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]
