Hi gang,
We started a transition from Tide to Mergify to handle our automatic merging needs across the organization. The intent was to give us a lighter-weight merging solution better integrated with the normal GitHub workflow. At this point, all of our smaller repos have moved to Mergify, leaving istio/istio and istio/proxy as the two main Tide-based repo.
Turns out that we can convince Tide to work in pretty much the same way as Mergify, using the GitHub UI for CR approvals, using CODEOWNERS instead of OWNERS to control access, etc. Tide is built to work well with Prow, which we use for build automation. And Tide is relatively easy for us to extend for our use, whereas Mergify is a service we don’t control.’
Given the integration benefits between Tide and Prow, I want to evaluate whether we can move everything back to Tide and abandon Mergify.
We’re going to try this updated Tide configuration on the istio.io repo. If that works out, then we’ll rip through all the repos and replace Mergify with Tide.
One area that will need some attention is likely to be the automatic cherry-pick feature we’ve all gotten used to with Mergify. This will likely need some work in Tide to support before Tide can be a complete replacement for Mergify.
Please let me know if you have any concerns.