blob: 9e20cb7459ec509b4cd8c5bfcb6066dd8f264712 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 files updated by dependabot. It's noisy in notifications, and they're auto-merged anyway.
'yjit/Cargo.lock': []
'zjit/Cargo.lock': []
'.github/workflows/yjit-*.yml': []
'.github/workflows/zjit-*.yml': []
options:
ignore_draft: true
last_files_match_only: true
|