cli/.github/workflows/pr-gate.yml
Snider 8f369000ad ci(workflows): replace inline pr-gate and auto-merge with org reusable callers (#303)
Moves the logic to host-uk/.github org-wide reusable workflows.
Fixes org-gate failure: uses author_association from webhook payload
instead of checkMembershipForUser (GITHUB_TOKEN lacks org scope).

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 17:51:00 +00:00

10 lines
190 B
YAML

name: PR Gate
on:
pull_request_target:
types: [opened, synchronize, reopened, labeled]
jobs:
gate:
uses: host-uk/.github/.github/workflows/pr-gate.yml@dev
secrets: inherit