Skip to content

Commit

Permalink
ci: Update conventional-commits.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila authored Nov 18, 2024
1 parent 787159d commit 6b20658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.4.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert"]'
add_label: 'false'

0 comments on commit 6b20658

Please sign in to comment.