-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion: switch to merge workflow #11040
Comments
I’ll allow myself to give my thoughts about this. The only thing that I’m concerned about is that doing this would give more work to reviewers, since I’m pretty sure that most authors won’t bother cleaning their commits before opening a PR. Maybe this is acceptable, I just wanted to point it out. Other than that concern, I strongly agree with all your points and think that this is a very good idea. |
We should actually be doing this now, but we don't exactly bother, and I think the squash workflow is one of the reasons. |
FYI anyone you can already use
|
I didn't know about that, thanks !
(Still think that we should switch the default, but that certainly helps)
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale
/lifecycle frozen
|
Currently, we are using the "squash" method from tide (the merger component of Prow)
This pose some problems:
( By manually, I mean that
git rebase
is usually able to detect "already applied commits", but squashing breaks that.)Cons of a merge workflow:
The only arguments I usually here are:
Soliciting advice from @MrFreezeex @mzaian @floryut @yankay (and anyone else)
The text was updated successfully, but these errors were encountered: