cli/.github/workflows/auto-merge.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
186 B
YAML

name: Auto Merge
on:
pull_request:
types: [opened, reopened, ready_for_review]
jobs:
merge:
uses: host-uk/.github/.github/workflows/auto-merge.yml@dev
secrets: inherit