@Bdellar Makes sense. I often use stacked PRs to support an async workflow where you have changes that span multiple PRs but admittedly it’s no silver bullet and does require a certain level of skill with Git (and some aliases and such to make it easier). Another thing that helps is the ability to merge your own PRs based on the type of change (e.g., a true/small refactoring) but that also requires high trust.