futurelearn / squiddy

Github Actions bot
1 stars 1 forks source link

Implement a merge queue for squiddy #20

Open elenatanasoiu opened 3 years ago

elenatanasoiu commented 3 years ago

As more people join FutureLearn it's becoming more important to have visibility on the order of deployments. At the moment a merge will immediately trigger a deployment.

We should consider instead putting a merge request in a queue, similar to the way Shopify's merge-bot works. 1

elenatanasoiu commented 2 years ago

Another solution was using https://github.com/bors-ng/bors-ng which can implement a merge queue.