From 87d00142d24fb73d0b1db6d208331d2cc9e6bf2a Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Tue, 22 Apr 2025 11:50:55 -0400 Subject: Make yjit team auto-review ZJIT PRs --- .github/auto_request_review.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml index 8726df577d..0b91a84a64 100644 --- a/.github/auto_request_review.yml +++ b/.github/auto_request_review.yml @@ -5,6 +5,11 @@ files: 'doc/yjit/*': [team:yjit] 'bootstraptest/test_yjit*': [team:yjit] 'test/ruby/test_yjit*': [team:yjit] + 'zjit*': [team:yjit] + 'zjit/**/*': [team:yjit] + 'zjit/src/cruby_bindings.inc.rs': [] + 'doc/zjit*': [team:yjit] + 'test/ruby/test_zjit*': [team:yjit] options: ignore_draft: true # This currently doesn't work as intended. We want to skip reviews when only -- cgit v1.2.3