[前][次][番号順一覧][スレッド一覧]

ruby-changes:73537

From: Takashi <ko1@a...>
Date: Tue, 13 Sep 2022 10:24:52 +0900 (JST)
Subject: [ruby-changes:73537] 64cd097009 (master): Tweak the glob for auto_request_review

https://git.ruby-lang.org/ruby.git/commit/?id=64cd097009

From 64cd097009f10e09e7e96abe3dce4c06bac43c29 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 13 Sep 2022 10:24:35 +0900
Subject: 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 @@ https://github.com/ruby/ruby/blob/trunk/.github/auto_request_review.yml#L1
 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]
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]