Skip to content

fix(ci): Make commitlint non-blocking for squash merge compatibility#140

Merged
williamzujkowski merged 1 commit into
mainfrom
fix/commitlint-resilient
Apr 1, 2026
Merged

fix(ci): Make commitlint non-blocking for squash merge compatibility#140
williamzujkowski merged 1 commit into
mainfrom
fix/commitlint-resilient

Conversation

@williamzujkowski
Copy link
Copy Markdown
Collaborator

Commitlint fails on squash-merged PRs due to missing base SHA. Making it continue-on-error stops false CI failures.

Squash merges cause commitlint to fail with "Invalid revision range"
because the PR base SHA no longer exists after squash. Making this
step non-blocking with continue-on-error prevents false CI failures
while still reporting commit message issues as warnings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@williamzujkowski williamzujkowski merged commit f076ff7 into main Apr 1, 2026
@williamzujkowski williamzujkowski deleted the fix/commitlint-resilient branch April 1, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant