diff --git a/.github/actions/pr-title-check/action.yaml b/.github/actions/pr-title-check/action.yaml index 2dfa374..5108497 100644 --- a/.github/actions/pr-title-check/action.yaml +++ b/.github/actions/pr-title-check/action.yaml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Check PR title - uses: Slashgear/action-check-pr-title@860e8dc639f8e60335a6f5e8936ba67ed2536890 # v4 + uses: Slashgear/action-check-pr-title@76166c63ec0b25cdbe693e5e972e83ca186313fb # action-check-pr-title-v6.0.0 with: regexp: '^(\[(develop|development|staging)\]\s)?(build|chore|ci|docs|feat|feature|fix|perf|refactor|revert|style|test|release|ignore)(\([\w\- ]+\))?!?: (.+)' helpMessage: "Example: 'feat(app-ui): Add new dashboard component (WEB-123)'"