diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2026-04-02 13:33:50 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2026-04-02 13:34:19 -0700 |
| commit | b2e032dce51a86abbf2fa0730cf07f0a72fa9b73 (patch) | |
| tree | 568e10484f8077e2a8c32e4dc7e655a679447f4a /.github | |
| parent | e866d9534c03efa6befab2eb019cf2a10a08f412 (diff) | |
auto_request_review.yml: Un-fork auto-request-review
The PR has been upstreamed.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/auto_request_review.yml | 3 |
1 files changed, 1 insertions, 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 }} |
