mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
Revert "Migrate auto_request_review back to CODEOWNERS (#10133)" This reverts commit c5b568bab6a1401df385331e4b6ed6209fe4071d.
14 lines
500 B
YAML
14 lines
500 B
YAML
files:
|
|
'yjit*': [team:yjit]
|
|
'yjit/**/*': [team:yjit]
|
|
'yjit/src/cruby_bindings.inc.rs': []
|
|
'doc/yjit/*': [team:yjit]
|
|
'bootstraptest/test_yjit*': [team:yjit]
|
|
'test/ruby/test_yjit*': [team:yjit]
|
|
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.
|
|
#last_files_match_only: true
|