diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2022-09-13 10:24:35 +0900 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2022-09-13 10:24:35 +0900 |
| commit | 64cd097009f10e09e7e96abe3dce4c06bac43c29 (patch) | |
| tree | 2101249abc1bf89da6cb13a5498bbca84d0a3ad9 | |
| parent | 9179f666fbabfe244801060d76bb95de3831c217 (diff) | |
Tweak the glob for auto_request_review
| -rw-r--r-- | .github/auto_request_review.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
