summaryrefslogtreecommitdiff
path: root/.github/auto_request_review.yml
blob: 38496d5cebbebe6348808209fbf97d20ec64b7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
files:
  'yjit*': [team:jit]
  'yjit/**/*': [team:jit]
  'yjit/src/cruby_bindings.inc.rs': []
  'bootstraptest/test_yjit*': [team:jit]
  'test/ruby/test_yjit*': [team:jit]
  'zjit*': [team:jit]
  'zjit/**/*': [team:jit]
  'zjit/src/cruby_bindings.inc.rs': []
  'test/ruby/test_zjit*': [team:jit]
  'defs/jit.mk': [team:jit]
  'tool/zjit_bisect.rb': [team:jit]
  'doc/jit/*': [team:jit]
  # Skip github workflow files because the team don't necessarily need to review dependabot updates for GitHub Actions. It's noisy in notifications, and they're auto-merged anyway.
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
  # files are modified as well. To be enabled after fixing the behavior.
  #last_files_match_only: true