-
Notifications
You must be signed in to change notification settings - Fork 44.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR Batch 7 #2256
Comments
This one is missing, it has the B7 label and works very well now: |
#1243 has the B7 label and is missing as well |
Is there interest in using a "batch manager" such as https://bors.tech/? It's used in an open-source project on GitHub I participated in. Basically, once maintainers approve a PR, they can immediately send it to bors, and bors will merge a batch of multiple approved PRs into a temporary staging branch and run CI on it; if CI passes then the staging branch will be merged into master and bors will then work on the next batch in the queue, and if not then bors will split the batch in half, put one half in the staging branch and the other half (as a different batch) in the queue, and so on; any PRs approved in the meantime will also be put in the queue as a different batch. |
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days. |
This issue was closed automatically because it has been stale for 10 days with no activity. |
Duplicates
Summary 💡
No response
Closed 🌈
Open
Carried over from B6
Carried from B5
async
/await
where applicable #1245Conflicts from Earlier Batches
.env
fromenv.template
#889Motivation 🔦
No response
The text was updated successfully, but these errors were encountered: