Skip to content

Commit e09c545

Browse files
author
penguinspiral
committed
ci(commit-check): Upgrade commit-check GitHub action to v2
Conventional Commit branch rules permit branches of 'fix/' and 'feat/' which are short for 'bugfix/' (or 'hotfix/') and 'feature/' respectively: https://conventional-branch.github.io/#branch-naming-prefixes commit-check-action v2 introduced commit-check.toml which defaults to permitting these abbreviated branch names: commit-check/commit-check-action#152
1 parent b175af2 commit e09c545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
2929
fetch-depth: 0 # required for merge-base check
3030

31-
- uses: commit-check/commit-check-action@04667fa89b3d3feb0f28facf9c5ff944a5500e85 # v0.9.4
31+
- uses: commit-check/commit-check-action@443fb6a114414358496e6243105294c3b11610c5 # v2.4.2
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because use of pr-comments
3434
with:

0 commit comments

Comments
 (0)