diff options
author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-03-05 16:56:06 -0800 |
---|---|---|
committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-03-05 20:06:30 -0800 |
commit | c426ad1f62b39193bc03bea93418717562ef4479 (patch) | |
tree | c7918df041896c8a8d6527ea1cce1c356b602265 | |
parent | 385400217a600bbd37a77e9aaf3b6547a92bf8f6 (diff) |
Drop CODEOWNERS from ruby_3_1
-rw-r--r-- | .github/CODEOWNERS | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 15abc79af6..0000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,10 +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 -doc/yjit/* @maximecb @xrxr @tenderlove -bootstraptest/test_yjit* @maximecb @xrxr @tenderlove -test/ruby/test_yjit* @maximecb @xrxr @tenderlove -.github/workflows/yjit* @maximecb @xrxr @tenderlove |