summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
blob: c8d7ec5e0dc19f0e60d1154e3787c8d2499e010b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Code owners will be automatically tagged as reviewers when a pull request is opened

# YJIT sources and tests
yjit* @maximecb @xrxr @tenderlove
yjit/* @maximecb @xrxr @tenderlove
doc/yjit/* @maximecb @xrxr @tenderlove
bootstraptest/test_yjit* @maximecb @xrxr @tenderlove
test/ruby/test_yjit* @maximecb @xrxr @tenderlove
.github/workflows/yjit* @maximecb @xrxr @tenderlove