ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Idea: fixup commit detector

Open stof opened this issue 7 years ago • 1 comments

The idea would be to detect PRs containing fixup commits, and add a check on the PR based on that (a failed check if there are any), asking to squash them in the relevant place before merging.

stof avatar Oct 23 '18 10:10 stof

If you're using GitHub Actions I wrote one that does this. https://github.com/xt0rted/block-autosquash-commits-action

GitHub
A Github Action to prevent merging pull requests containing autosquash commit messages. - xt0rted/block-autosquash-commits-action

xt0rted avatar Sep 07 '19 18:09 xt0rted