Skip to content

chore(release): 0.1.148-beta.20260830165625 #317

chore(release): 0.1.148-beta.20260830165625

chore(release): 0.1.148-beta.20260830165625 #317

name: Branch Protection
on:
pull_request:
branches:
- main
- beta
jobs:
protect:
# The callee's `check-branch` job is a single bash comparison of
# `github.base_ref` against `github.head_ref` — no checkout, no network, no
# API call. It needs nothing, so it gets nothing. `{}` is an explicit empty
# grant, which is what satisfies actions/missing-workflow-permissions; an
# ABSENT block means "whatever the repo default is", which is the finding.
permissions: {}
uses: ConductionNL/.github/.github/workflows/branch-protection.yml@main