Skip to content

Commit

Permalink
fixup! perf: add github action for conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dubs committed Sep 23, 2024
1 parent 233ee3a commit 95b206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: webiny/action-conventional-commits@v1.3.0
with:
allowed-commit-types: "feat,fix,docs,ci,test,refactor,chore"

continue-on-error: true

- name: Validate PR merge type and commit message
id: validate
Expand Down

0 comments on commit 95b206f

Please sign in to comment.