-
Notifications
You must be signed in to change notification settings - Fork 507
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
Add Kodiak bot for PRs? #891
Comments
Thanks for the recommendation. Updating PRs is potentially useful a la Bors, but auto-merging would not be because I do a rebase merge or a squash merge pending the PR (if it is organized as independent commits or not), and with squash merges and contributor PRs, I am often re-writing the description since the PR/commit descriptions do not tend to be detailed and/or change over the lifetime of the PR. So unfortunately, that doesn't fit the workflow. It looks like it may also add a comment, which I'm not a fan of -- I've gotten ~200+ unnecessary notifications from the Vercel bot (the vast majority of which don't even touch the website), which is extremely annoying and frustrating to me and some other contributors. |
I would quite like to have branch protection set-up and make tests required in any case, as I've mentioned in #702 (comment) . If you could set that up or make me a member such that I can do that myself, that would be helpful. |
@agilgur5 you’re now an admin, you should be able to invite other contributors now |
Been using https://kodiakhq.com on Formik and it really helps. I think it would help out a lot as you can approve a PR and it will automerge it once checks have finished and update other PRs as well. It's really really useful.
@agilgur5 Let me know if you want me to set it up. It requires protecting master and making certain tests required. If you want to see the impact checkout https://github.com/vercel/next.js, https://github.com/formium/formik, or this https://github.com/jaredpalmer/tsdx-monorepo I put together.
The text was updated successfully, but these errors were encountered: