In our projects, pull‑request reviews are often delayed by the comment, “CI failures are not related to my changes!” A newly published blog post, “We Don't Merge into a Broken Master Branch,” tackles this issue. The advice is simple: if the CI jobs don't pass, don't open a pull request. What if the team takes too long to fix the build? What if it never turns green? You still wait. Do not submit a pull request to a repository with a broken build.
>>Click here to continue<<