openstack-resource-controller
openstack-resource-controller copied to clipboard
Investigate merge queue
As we've already seen, we might end up in a situation where the pre-submit jobs were successful at the time they ran, but merging the PR breaks CI on the main branch. We should investigate merge queues, and adopt them if they ensure that the code is tested against HEAD before merging.
https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#about-merge-queues
you might want to look at Mergify then. InstructLab using it as well.
We have now enabled merge-queues. Let's see how it goes.