diff --git a/.github/workflows/branch-protection.yml b/.github/workflows/branch-protection.yml index e2efcf6e2..cdf892097 100644 --- a/.github/workflows/branch-protection.yml +++ b/.github/workflows/branch-protection.yml @@ -7,5 +7,10 @@ on: - beta jobs: - check: - uses: Conduction/.github/.github/workflows/branch-protection.yml@main + # Job id must stay `branch-protection` so the check reports as + # `branch-protection / check-branch`, which is the context name the org + # ruleset requires. GitHub names a reusable-workflow context + # ` / `, so renaming this job silently + # detaches the required status check and leaves PRs permanently pending. + branch-protection: + uses: ConductionNL/.github/.github/workflows/branch-protection.yml@main