Add Aaron Patterson (@tenderlove) to YJIT code owners (#5119)

This commit is contained in:
Maxime Chevalier-Boisvert 2021-11-15 13:59:43 -05:00 committed by GitHub
parent fceaa6886b
commit 0fecf1b37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2021-11-16 04:00:07 +09:00
Merged-By: maximecb <maximecb@ruby-lang.org>

8
.github/CODEOWNERS vendored
View File

@ -3,7 +3,7 @@
# Code owners will be automatically tagged as reviewers when a pull request is opened
# YJIT sources and tests
yjit* @maximecb @xrxr
doc/yjit/* @maximecb @xrxr
bootstraptest/test_yjit* @maximecb @xrxr
test/ruby/test_yjit* @maximecb @xrxr
yjit* @maximecb @xrxr @tenderlove
doc/yjit/* @maximecb @xrxr @tenderlove
bootstraptest/test_yjit* @maximecb @xrxr @tenderlove
test/ruby/test_yjit* @maximecb @xrxr @tenderlove