Branch Protection #4558
Replies: 3 comments
|
@rene-dev why do we need "Require branches to be up to date before merging" ? Edit: |
|
The That said, there are still tests that fail once in a while due to 1) race conditions in LCNC or the test or 2) failing CI infrastructure. Making CI tests a hard requirement can make life hard in case 2. For case 1 we need to fix the problem, of course. However, that can be a very hard problem at times. |
|
I lean toward leaving it unforced for flexibility. We rarely merge PRs that fail CI, but the option matters when CI itself is the thing that's wrong; as you say, infra flakes and race conditions happen, and a hard requirement means a red X from the infrastructure can block an otherwise good merge. |
Uh oh!
There was an error while loading. Please reload this page.
Continuation on the discussion on #3580 about "Branch Protection" and "Require branches to be up to date before merging"
All reactions