Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-jason committed Dec 21, 2023
1 parent 29a64b7 commit b97734e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
pull-requests: read
steps:
- name: Conventional Commits Check
uses: ytanikin/[email protected]
uses: webiny/action-conventional-commits
with:
task_types: '["feat","fix","perf","chore","revert"]'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
allowed-commit-types: "feat,fix,perf,chore,revert"

0 comments on commit b97734e

Please sign in to comment.