Skip to content

ci: Remove fixup commit check#96

Merged
seb-cr merged 2 commits into
masterfrom
remove-fixup-commit-check
Apr 2, 2026
Merged

ci: Remove fixup commit check#96
seb-cr merged 2 commits into
masterfrom
remove-fixup-commit-check

Conversation

@seb-cr
Copy link
Copy Markdown
Contributor

@seb-cr seb-cr commented Mar 31, 2026

This check is no longer relevant.

At the time it was added, we used the conventional merge strategy that created merge commits on the base branch, bringing each individual PR commit into the base branch's history. Fixup commits added unwanted noise to that history.

We now use the squash merge strategy across all our serverless repos, where the PR commits are squashed into a single commit on the base branch, so this is no longer an issue.

@seb-cr seb-cr merged commit 7a791ba into master Apr 2, 2026
3 checks passed
@seb-cr seb-cr deleted the remove-fixup-commit-check branch April 2, 2026 10:11
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.

2 participants