generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
area/pluginsIssues or PRs related to prow's plugins for the hook componentIssues or PRs related to prow's plugins for the hook componentkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
I usually update my PRs with git commit --fixup to better enable more iterative review than rewriting history with git commit --amend. Then I git rebase --autosquash when the PR is LGTM'd and approved to remove all the intermediate changes.
I usually remember to /hold those PRs to remind myself to squash but sometimes end up merging PRs anyway with lots of unnecessary fixup! noise in the git log. It would be great if there was a plugin like mergecommitblocker that could look for commits whose messages start with fixup! or amend! and automatically add a do-not-merge/* label, and remove it when no such commits exist like after a git rebase --autosquash.
/kind feature
/area plugins
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/pluginsIssues or PRs related to prow's plugins for the hook componentIssues or PRs related to prow's plugins for the hook componentkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.