chore(release): 0.1.149-beta.20260830190846 #324
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |