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 a0938d1 commit 192e7e1
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 @@ -12,4 +12,4 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Check for fixup! commits
run: git log origin/main..HEAD | grep -ie '^ fixup!' && exit 1 || true
run: git log main..HEAD | grep -ie '^ fixup!' && exit 1 || true

0 comments on commit 192e7e1

Please sign in to comment.