You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While on mobile, can you enable GitHub's Merge Queue?
If not, it can wait until you can access a laptop.
Only maintainers like you and @utsab can enable GitHub's Merge Queue.
GitHub's Merge Queue is designed to address the acute condition summarized by @theGaryLarson, "things started to break there because of asynchronous changes in pending PRs."
A merge queue helps increase velocity by automating pull request merges into a busy branch and ensuring the branch is never broken by incompatible changes.
The merge queue provides the same benefits as the Require branches to be up to date before merging branch protection, but does not require a pull request author to update their pull request branch and wait for status checks to finish before trying to merge.
Using a merge queue is particularly useful on branches that have a relatively high number of pull requests merging each day from many different users.
Once a pull request has passed all required branch protection checks, a user with write access to the repository can add the pull request to the queue. The merge queue will ensure the pull request's changes pass all required status checks when applied to the latest version of the target branch and any pull requests already in the queue.
A merge queue may use GitHub Actions or your own CI provider to run required checks on pull requests in a merge queue. For more information, see "GitHub Actions documentation."
If yes, I believe the fundamental issue is what @theGaryLarson summarized yesterday, "things started to break there because of asynchronous changes in pending PRs."
Enable GitHub's Merge Queue for freeCodeCamp classroom GitHub repository
Originated from https://codedayorg.slack.com/archives/C05ENB1VAKT/p1690507400216779?thread_ts=1690477315.733269
@theGaryLarson wrote to @ngillux
@lloydchang wrote to @GuillermoFloresV
👋 @GuillermoFloresV
While on mobile, can you enable GitHub's Merge Queue?
If not, it can wait until you can access a laptop.
Only maintainers like you and @utsab can enable GitHub's Merge Queue.
GitHub's Merge Queue is designed to address the acute condition summarized by @theGaryLarson, "
things started to break there because of asynchronous changes in pending PRs.
"Relates to #328
#400
#401
#402
#366 (comment)
Relates to #401 (comment)
@ngillux Did the response structure change in a different pull request #366 from @theGaryLarson's #353?
If yes, I believe the fundamental issue is what @theGaryLarson summarized yesterday, "
things started to break there because of asynchronous changes in pending PRs.
"Meanwhile, I submitted an issue request #403 for @GuillermoFloresV to Enable GitHub's Merge Queue for freeCodeCamp classroom GitHub repository to address the fundamental issue of asynchronous changes in pending PRs.
Thank you!
The text was updated successfully, but these errors were encountered: