diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2021-11-15 13:59:43 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-15 13:59:43 -0500 |
commit | 0fecf1b37e2030def285a031f2e5aa374e00cc90 (patch) | |
tree | 2fdff69cce671b43c1f5793bf3409db936300bd5 | |
parent | fceaa6886b8b33f5c083b1b924b8578ecd32142a (diff) |
Add Aaron Patterson (@tenderlove) to YJIT code owners (#5119)
Notes
Notes:
Merged-By: maximecb <[email protected]>
-rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f962bce682..00180b15f2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |