Skip to content

feat: Port SGLang from v1 to v2 #145

feat: Port SGLang from v1 to v2

feat: Port SGLang from v1 to v2 #145

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