From b2e032dce51a86abbf2fa0730cf07f0a72fa9b73 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 2 Apr 2026 13:33:50 -0700 Subject: auto_request_review.yml: Un-fork auto-request-review The PR has been upstreamed. --- .github/workflows/auto_request_review.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto_request_review.yml b/.github/workflows/auto_request_review.yml index e5389bcf22..1be2b11b86 100644 --- a/.github/workflows/auto_request_review.yml +++ b/.github/workflows/auto_request_review.yml @@ -14,8 +14,7 @@ jobs: if: ${{ github.repository == 'ruby/ruby' && github.base_ref == 'master' }} steps: - name: Request review based on files changes and/or groups the author belongs to - # Using a fork until https://github.com/necojackarc/auto-request-review/pull/135 is merged - uses: k0kubun/auto-request-review@0df295a0ff5c5d302770f589497280132131c63d # master + uses: necojackarc/auto-request-review@5d3060495e58e9cb41f51de50e808d3135d5374e # master with: # scope: public_repo token: ${{ secrets.MATZBOT_AUTO_REQUEST_REVIEW_TOKEN }} -- cgit v1.2.3