diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index f1a75c5..5d28b37 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -12,3 +12,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: webiny/action-conventional-commits@v1.3.0 + with: + allowed-commit-types: feat,fix,docs,deps,chore,build,ci