We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e866d95 commit b2e032dCopy full SHA for b2e032d
1 file changed
.github/workflows/auto_request_review.yml
@@ -14,8 +14,7 @@ jobs:
14
if: ${{ github.repository == 'ruby/ruby' && github.base_ref == 'master' }}
15
steps:
16
- name: Request review based on files changes and/or groups the author belongs to
17
- # Using a fork until https://github.com/necojackarc/auto-request-review/pull/135 is merged
18
- uses: k0kubun/auto-request-review@0df295a0ff5c5d302770f589497280132131c63d # master
+ uses: necojackarc/auto-request-review@5d3060495e58e9cb41f51de50e808d3135d5374e # master
19
with:
20
# scope: public_repo
21
token: ${{ secrets.MATZBOT_AUTO_REQUEST_REVIEW_TOKEN }}
0 commit comments