Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/pr-title-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: composite
steps:
- name: Check PR title
uses: Slashgear/action-check-pr-title@v4
uses: Slashgear/action-check-pr-title@v5.0.1
Comment thread
jariwiklund marked this conversation as resolved.
Outdated
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)'"
Expand Down
Loading