File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 if : ${{ github.repository == 'ruby/ruby' && github.base_ref == 'master' }}
1515 steps :
1616 - 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
17+ uses : necojackarc/auto-request-review@5d3060495e58e9cb41f51de50e808d3135d5374e # master
1918 with :
2019 # scope: public_repo
2120 token : ${{ secrets.MATZBOT_AUTO_REQUEST_REVIEW_TOKEN }}
Original file line number Diff line number Diff line change @@ -1578,7 +1578,7 @@ no-test-bundled-gems-precheck:
15781578
15791579update-default-gemspecs : $(TEST_RUNNABLE ) -update-default-gemspecs
15801580no-update-default-gemspecs :
1581- yes-update-default-gemspecs : $(PRECHECK_BUNDLED_GEMS:yes=main )
1581+ yes-update-default-gemspecs : $(PRECHECK_BUNDLED_GEMS:yes=main ) $( PROGRAM )
15821582 @$(MAKEDIRS ) $(srcdir ) /.bundle/specifications
15831583 @$(XRUBY ) -W0 -C " $( srcdir) " -rrubygems \
15841584 -e " destdir = ARGV.shift" \
You can’t perform that action at this time.
0 commit comments