eschutho commented on a change in pull request #12754:
URL: https://github.com/apache/superset/pull/12754#discussion_r565657749



##########
File path: .github/workflows/pr-lint.yml
##########
@@ -19,7 +19,7 @@ jobs:
           submodules: recursive
       - uses: ./.github/actions/pr-lint-action
         with:
-          title-regex: 
"^(build|chore|ci|docs|feat|fix|perf|refactor|style|test|other)((.+))?:\\s.+"
+          title-regex: 
"^(build|chore|ci|docs|feat|fix|perf|refactor|style|test|other)(\\(.+\\))?(\\!)?:\\s.+"

Review comment:
       Ok, gotcha. yeah, the yaml escaping threw me off on the `\\s` at first 
too. Luckily the linter caught the new ones. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to