Skip to content

Commit 6f1caa5

Browse files
authored
Update auto_request_review config for YJIT/ZJIT (ruby#13209)
1 parent 8711775 commit 6f1caa5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/auto_request_review.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
files:
2-
'yjit*': [team:yjit]
3-
'yjit/**/*': [team:yjit]
2+
'yjit*': [team:jit]
3+
'yjit/**/*': [team:jit]
44
'yjit/src/cruby_bindings.inc.rs': []
5-
'doc/yjit/*': [team:yjit]
6-
'bootstraptest/test_yjit*': [team:yjit]
7-
'test/ruby/test_yjit*': [team:yjit]
8-
'zjit*': [team:yjit]
9-
'zjit/**/*': [team:yjit]
5+
'doc/yjit/*': [team:jit]
6+
'bootstraptest/test_yjit*': [team:jit]
7+
'test/ruby/test_yjit*': [team:jit]
8+
'zjit*': [team:jit]
9+
'zjit/**/*': [team:jit]
1010
'zjit/src/cruby_bindings.inc.rs': []
11-
'doc/zjit*': [team:yjit]
12-
'test/ruby/test_zjit*': [team:yjit]
11+
'doc/zjit*': [team:jit]
12+
'test/ruby/test_zjit*': [team:jit]
1313
options:
1414
ignore_draft: true
1515
# This currently doesn't work as intended. We want to skip reviews when only
1616
# cruby_bingings.inc.rs is modified, but this skips reviews even when other
17-
# yjit files are modified as well. To be enabled after fixing the behavior.
17+
# files are modified as well. To be enabled after fixing the behavior.
1818
#last_files_match_only: true

0 commit comments

Comments
 (0)