diff options
| author | Stan Lo <stan.lo@shopify.com> | 2025-07-16 21:42:12 +0100 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-07-16 14:31:19 -0700 |
| commit | 616df508c796e98a6ca112627103c2e833c51619 (patch) | |
| tree | f5419ec6c78f2377a9a00efb7e1f6f4218f870b0 | |
| parent | d207efecec6d133634b0d7378da66cff4de8c720 (diff) | |
ZJIT: Add ZJIT test exclusion files to jit team review targets
| -rw-r--r-- | .github/auto_request_review.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml index c4c94681f0..264e6ef177 100644 --- a/.github/auto_request_review.yml +++ b/.github/auto_request_review.yml @@ -10,6 +10,7 @@ files: 'zjit/src/cruby_bindings.inc.rs': [] 'doc/zjit*': [team:jit] 'test/ruby/test_zjit*': [team:jit] + 'test/.excludes-zjit/*': [team:jit] 'defs/jit.mk': [team:jit] options: ignore_draft: true |
