Skip to content

Commit

Permalink
change to webiny/action-conventional-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-jason committed Dec 21, 2023
1 parent 49d6330 commit b8e4dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ytanikin/PRConventionalCommits@1.1.0
- uses: webiny/action-conventional-commits@v1.1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
task_types: '["feat","fix","chore","revert"]'
task_types: "feat","fix","chore","revert"

0 comments on commit b8e4dc9

Please sign in to comment.