From 6a78ae2fe27d31eca233fb0aba5457d954ea7b02 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 14 Sep 2022 07:21:19 +0900 Subject: 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. --- .github/CODEOWNERS | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/CODEOWNERS (limited to '.github') 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 -- cgit v1.2.1