diff --git a/.github/workflows/sync-skills.yml b/.github/workflows/sync-skills.yml index 0a5b233..ffc0714 100644 --- a/.github/workflows/sync-skills.yml +++ b/.github/workflows/sync-skills.yml @@ -165,6 +165,9 @@ jobs: --base "$BASE_REF" \ --head "$HEAD_REF" \ --title "$COMMIT_MESSAGE" \ - --body "Automated skill sync from PostHog release and context-mill." \ - --reviewer "PostHog/team-posthog-ai") + --body "Automated skill sync from PostHog release and context-mill.") + + gh pr edit "$PR_URL" --add-reviewer "PostHog/team-self-driving" \ + || echo "::warning::Could not request review from PostHog/team-self-driving; continuing to auto-merge" + gh pr merge "$PR_URL" --auto --squash