Skip to content

Commit

Permalink
fix: workflow: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharbansal22 committed Apr 1, 2024
1 parent 1cd1e61 commit 10f1443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: webiny/[email protected]
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.
allowed-commit-types: "feat,fix,ci,chore,docs,perf" # Optional, set if you want a subset of commit types to be allowed.

0 comments on commit 10f1443

Please sign in to comment.