Drop CODEOWNERS from ruby_3_1

This commit is contained in:
Takashi Kokubun 2025-03-05 16:56:06 -08:00
parent 385400217a
commit c426ad1f62

10
.github/CODEOWNERS vendored
View file

@ -1,10 +0,0 @@
# 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
doc/yjit/* @maximecb @xrxr @tenderlove
bootstraptest/test_yjit* @maximecb @xrxr @tenderlove
test/ruby/test_yjit* @maximecb @xrxr @tenderlove
.github/workflows/yjit* @maximecb @xrxr @tenderlove