Skip to content

Override CB fleet with buildspec to setup and cleanup steps #356

Override CB fleet with buildspec to setup and cleanup steps

Override CB fleet with buildspec to setup and cleanup steps #356

Workflow file for this run

name: PR Permission Gate
on:
pull_request_target:
branches: [main]
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: read
concurrency:
group: pr-gate-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
gatekeeper:
name: gatekeeper
runs-on: ubuntu-latest
steps:
- name: Checkout base branch (safe)
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.base.sha }}
fetch-depth: 1
- name: Run permission gate (from base)
uses: ./.github/actions/pr-permission-gate