1 2 3 4 5 6 7 8 9 10 11
# PR Authorization Gate — block PRs from unauthorized contributors # Calls reusable workflow from paiml/.github name: PR Gate on: pull_request_target: types: [opened, reopened] jobs: authorize: uses: paiml/.github/.github/workflows/pr-gate.yml@main