From 034dce7f783d722928763bfcb2d4124882eabd32 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 21 Feb 2026 02:20:07 -0500 Subject: [PATCH] ci: request review from fork owner instead of upstream maintainer --- .github/workflows/automation_request_review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automation_request_review.yml b/.github/workflows/automation_request_review.yml index c31f582..411ac60 100644 --- a/.github/workflows/automation_request_review.yml +++ b/.github/workflows/automation_request_review.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Request Review uses: actions/github-script@v7 - if: github.actor != 'stevearc' + if: github.actor != 'barrettruth' with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -23,5 +23,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, pull_number: pr.number, - reviewers: ['stevearc'] + reviewers: ['barrettruth'] });