From 64cd097009f10e09e7e96abe3dce4c06bac43c29 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 13 Sep 2022 10:24:35 +0900 Subject: [PATCH] Tweak the glob for auto_request_review --- .github/auto_request_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml index 57fc5566d1..d058b6ca00 100644 --- a/.github/auto_request_review.yml +++ b/.github/auto_request_review.yml @@ -1,6 +1,6 @@ files: 'yjit*': [team:yjit] - 'yjit/*': [team:yjit] + 'yjit/**/*': [team:yjit] 'doc/yjit/*': [team:yjit] 'bootstraptest/test_yjit*': [team:yjit] 'test/ruby/test_yjit*': [team:yjit]