summaryrefslogtreecommitdiff
path: root/.github/auto_request_review.yml
blob: f694a1c72f4064c20f5715d35a526bf7fc34eb84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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]
  '.github/workflows/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