diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml index 8221523ff9921567130b0d7a96b72647cbe10302..9778b0186ada4e84e76d39f6d83eb9f4af822e9b 100644 --- a/.github/workflows/conventional_commits.yml +++ b/.github/workflows/conventional_commits.yml @@ -11,5 +11,3 @@ jobs: steps: - uses: actions/checkout@v3 - uses: webiny/action-conventional-commits@v1.1.0 - with: - allowed-commit-types: "feat,fix"