You need to enable "Require status checks to pass before merging" in branch protection adding the "Jenkins" check. (Or configure a ruleset)
Its generally expected the repositories using CD have that configured. It's left off on MRP ones as it needs to push commits directly to the main branch. (We could probably set this up by default on new hosted plugins that use CD) On Mon, 25 May 2026 at 13:46, Mark Waite <[email protected]> wrote: > I have enabled automated merging of safe dependency updates with > > > https://github.com/jenkinsci/jackson-annotations2-api-plugin/blob/main/.github/workflows/auto-merge-safe-deps.yml > > However, the system appears to merge the dependencies while the CI job is > still running. > > Am I missing a branch protection configuration or something else > that would cause the action to wait for the checks to complete before it > merges the pull request? > > Mark Waite > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtE%2BT1N2g4tauCKaA%2B9__4hYLzgPLp1bvR7E%3DP3pjwxkmA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtE%2BT1N2g4tauCKaA%2B9__4hYLzgPLp1bvR7E%3DP3pjwxkmA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3BiftYxU5-92_P%3D%3DdOoth2RqUdx5NXAFWGedBxiBx5W2%3Dhw%40mail.gmail.com.
