Skip to content

Commit

Permalink
fixup! ci: prevent accidental merge of fixup! commits
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 17, 2024
1 parent 82fb577 commit 8c7c246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
git fetch origin
git status
git log origin/main..HEAD
git --pretty=format:%s log origin/main..HEAD | grep -ie '^fixup!' && exit 1 || true
git log origin/main..HEAD | grep -ie '^ fixup!' && exit 1 || true

0 comments on commit 8c7c246

Please sign in to comment.