summaryrefslogtreecommitdiff
path: root/.github/auto_request_review.yml
AgeCommit message (Collapse)Author
2025-12-11auto_request_review.yml: Update path for jit related docsAlan Wu
2025-10-22ZJIT: Support make in zjit_bisect.rb (#14584)Max Bernstein
Find ZJIT options in RUN_OPTS/SPECOPTS and put new ones from the bisection script there too.
2025-09-19Make it easier to reproduce commands from CI (#14609)Randy Stauner
* Comment on not auto-requesting reviews for workflow files * Make it easier to reproduce matrix test_task commands from CI Expand the interpolated command so that it is easier to see exactly what command was run.
2025-09-08ZJIT: Fix backtraces on opt_new (#14461)Takashi Kokubun
2025-07-16ZJIT: Add ZJIT test exclusion files to jit team review targetsStan Lo
2025-05-15YJIT: ZJIT: Allow both JITs in the same buildAlan Wu
This commit allows building YJIT and ZJIT simultaneously, a "combo build". Previously, `./configure --enable-yjit --enable-zjit` failed. At runtime, though, only one of the two can be enabled at a time. Add a root Cargo workspace that contains both the yjit and zjit crate. The common Rust build integration mechanisms are factored out into defs/jit.mk. Combo YJIT+ZJIT dev builds are supported; if either JIT uses `--enable-*=dev`, both of them are built in dev mode. The combo build requires Cargo, but building one JIT at a time with only rustc in release build remains supported. Notes: Merged: https://github.com/ruby/ruby/pull/13262
2025-04-29Update auto_request_review config for YJIT/ZJIT (#13209)Takashi Kokubun
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2025-04-22Make yjit team auto-review ZJIT PRsMax Bernstein
Notes: Merged: https://github.com/ruby/ruby/pull/13150 Merged-By: k0kubun <takashikkbn@gmail.com>
2024-04-03Revert "Migrate auto_request_review back to CODEOWNERS" (#10441)Takashi Kokubun
Revert "Migrate auto_request_review back to CODEOWNERS (#10133)" This reverts commit c5b568bab6a1401df385331e4b6ed6209fe4071d.
2024-02-28Migrate auto_request_review back to CODEOWNERS (#10133)Takashi Kokubun
2023-06-21Stop asking YJIT team to review dependabot changesTakashi Kokubun
2023-01-31Disable broken last_files_match_only for nowTakashi Kokubun
2023-01-05Skip reviews for cruby_bindings-only PRs [ci skip] (#7004)Takashi Kokubun
Notes: Merged-By: maximecb <maximecb@ruby-lang.org>
2022-09-13Tweak the glob for auto_request_reviewTakashi Kokubun
2022-09-13Configure auto_request_review for YJIT teamTakashi Kokubun
We need to use pull_request_target instead of pull_request to use secrets. pull_request_target seems to be executed from the default branch, so pushing this to master to test this.