1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove CODEOWNERS to switch to auto-request-review

This commit is contained in:
Takashi Kokubun 2022-09-13 10:41:23 +09:00
parent 2e21fef6a4
commit f3e039111e
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

11
.github/CODEOWNERS vendored
View file

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