Skip to content

chore(sync): carry main back into beta #108

chore(sync): carry main back into beta

chore(sync): carry main back into beta #108

name: Branch Protection
on:
pull_request:
branches: [main, beta]
jobs:
# 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
# `<caller-job-id> / <called-job-name>`, 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
secrets: inherit