Skip to content

Commit

Permalink
ci(commit): Allow fixup and squash commit types
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Oct 2, 2023
1 parent 24669a7 commit f1d971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check the commit style against the 'conventional commit styling'
uses: MichaelsJP/action-conventional-commits@master
with:
VALID_LABELS: '["feat","fix","docs","style","refactor","test","build","perf","ci","chore","revert","merge","wip"]'
VALID_LABELS: '["feat","fix","docs","style","refactor","test","build","perf","ci","chore","revert","merge","wip","fixup","squash"]'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
conventional_commit_pr_title_check:
name: Check the PR title against the 'conventional commit styling'
Expand Down

0 comments on commit f1d971d

Please sign in to comment.