In github.com/lemonade-sdk/lemonade we use squash merging and also use a merge queue. In experimenting with stacks we keep running into this situation:
Pretty much we queue up the entire stack, one layer merges and the rest are pulled. So then we have to monitor the next layer, requeue all of them etc.
The entire stack that showed this problem is here:
lemonade-sdk/lemonade#3584
You can see the earlier layers how many times they got pulled out of the merge queue because of "invalid changes in the merge commit".
In github.com/lemonade-sdk/lemonade we use squash merging and also use a merge queue. In experimenting with stacks we keep running into this situation:
Pretty much we queue up the entire stack, one layer merges and the rest are pulled. So then we have to monitor the next layer, requeue all of them etc.
The entire stack that showed this problem is here:
lemonade-sdk/lemonade#3584
You can see the earlier layers how many times they got pulled out of the merge queue because of "invalid changes in the merge commit".