-
Notifications
You must be signed in to change notification settings - Fork 184
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
Disable Kodiak Bot Merge Feature #180
Comments
Thanks for pointing this out. It looks like it's just misconfigured. It should be configured to not create a merge or squash commits, just to rebase. |
@rgreinho can you help take a look at this? Thanks. |
Sure thing!
|
for 1, I think we should put the burden on the committer to squash their commits. We don't know how they want to fix them up. |
I can change it in the configure for sure, but I believe that's too big of a task for the committers in general and it will end up being skipped... |
Personally I just do |
I totally agree with you! But sadly, not some many contributors do that 😢 |
@lumjjb I think this issue should be opened back up. The fix merged makes the auto-merge functionality (for merging once the pr is complete) into a rebase rather than a squash. The issue is when the Kodiak bot merges changes into an open PR. It happened a few hours ago as seen above ^ |
i've been looking at this right now, as you may see my commits :p... i think this will fix it : #187 |
we'll keep it squash for now and this should fix issues with the CLA for now... we will talk more about rebase later on, since its more of an opinion rather than functional. |
Sounds good, it definitely fixed the issue since after merging Kodiak didn't add it to my pr again. Thank you! |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Can we please disable the Kodiak Bot merge feature for the following reasons?
The text was updated successfully, but these errors were encountered: