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 (#6365)

* Remove CODEOWNERS to switch to auto-request-review

* Random change to test reviews

* Revert "Random change to test reviews"

This reverts commit 814b10d062.
This commit is contained in:
Takashi Kokubun 2022-09-14 07:21:19 +09:00 committed by GitHub
parent 316b44df09
commit 6a78ae2fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2022-09-14 07:21:49 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

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