diff --git a/.github/workflows/commit_rules.yml b/.github/workflows/commit_rules.yml index 5ccdbcc..6fbc567 100644 --- a/.github/workflows/commit_rules.yml +++ b/.github/workflows/commit_rules.yml @@ -14,4 +14,4 @@ jobs: - uses: webiny/action-conventional-commits@v1.3.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories. - allowed-commit-types: "feat,fix" # Optional, set if you want a subset of commit types to be allowed. \ No newline at end of file + allowed-commit-types: "feat,fix,ci,chore,docs,perf" # Optional, set if you want a subset of commit types to be allowed. \ No newline at end of file