summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-09-14 07:21:19 +0900
committerGitHub <noreply@github.com>2022-09-14 07:21:19 +0900
commit6a78ae2fe27d31eca233fb0aba5457d954ea7b02 (patch)
treec13671a98fd7729df1e9326f2bb8a2a5cc8bbe83 /.github
parent316b44df09d3bf9dcabb8e2ce9528c72304c1bd4 (diff)
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 814b10d062d82d953019ea4afadc3f8fcf638379.
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
deleted file mode 100644
index b7cd624b0d..0000000000
--- a/.github/CODEOWNERS
+++ /dev/null
@@ -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