Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update auto_request_review config for YJIT/ZJIT #13209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/auto_request_review.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
files:
'yjit*': [team:yjit]
'yjit/**/*': [team:yjit]
'yjit*': [team:jit]
'yjit/**/*': [team:jit]
'yjit/src/cruby_bindings.inc.rs': []
'doc/yjit/*': [team:yjit]
'bootstraptest/test_yjit*': [team:yjit]
'test/ruby/test_yjit*': [team:yjit]
'zjit*': [team:yjit]
'zjit/**/*': [team:yjit]
'doc/yjit/*': [team:jit]
'bootstraptest/test_yjit*': [team:jit]
'test/ruby/test_yjit*': [team:jit]
'zjit*': [team:jit]
'zjit/**/*': [team:jit]
'zjit/src/cruby_bindings.inc.rs': []
'doc/zjit*': [team:yjit]
'test/ruby/test_zjit*': [team:yjit]
'doc/zjit*': [team:jit]
'test/ruby/test_zjit*': [team:jit]
options:
ignore_draft: true
# This currently doesn't work as intended. We want to skip reviews when only
# cruby_bingings.inc.rs is modified, but this skips reviews even when other
# yjit files are modified as well. To be enabled after fixing the behavior.
# files are modified as well. To be enabled after fixing the behavior.
#last_files_match_only: true
Loading