diff --git a/.github/workflows/dev_on_pull_request_title_checker.yml b/.github/workflows/dev_on_pull_request_title_checker.yml index d4f2436bddb..4bcc4bdafb1 100644 --- a/.github/workflows/dev_on_pull_request_title_checker.yml +++ b/.github/workflows/dev_on_pull_request_title_checker.yml @@ -18,3 +18,4 @@ jobs: - uses: Slashgear/action-check-pr-title@v4.3.0 with: regexp: '^(\((PC-[0-9]+|BSR)\) )?(build|lint|ci|docs|feat|fix|perf|refactor|test|chore)\(\w+\): \w+' + - run: echo ${{steps.check.outputs.status}}