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:
parent
316b44df09
commit
6a78ae2fe2
Notes:
git
2022-09-14 07:21:49 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 0 additions and 11 deletions
11
.github/CODEOWNERS
vendored
11
.github/CODEOWNERS
vendored
|
@ -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
|
Loading…
Reference in a new issue