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>
10 lines
186 B
YAML
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
|