Skip to content

Commit bee4e87

Browse files
authored
Merge branch 'master' into zjit-opt-1-to-save-stack-space
2 parents a34f7e9 + 409b88d commit bee4e87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/auto_request_review.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
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 }}

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ no-test-bundled-gems-precheck:
15781578

15791579
update-default-gemspecs: $(TEST_RUNNABLE)-update-default-gemspecs
15801580
no-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" \

0 commit comments

Comments
 (0)