diff options
author | Leo Fang <leo80042@gmail.com> | 2022-06-02 20:27:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 17:27:58 -0700 |
commit | 809e8d26b03f549fd0b812a17b8a166bcd966889 (patch) | |
tree | dea991d8fffcea75ec1fc43644f5ad62a7bd0946 | |
parent | bf65fd462d63ec261ddc9640d3a58717c5fb088b (diff) | |
download | numpy-809e8d26b03f549fd0b812a17b8a166bcd966889.tar.gz |
MAINT: Remove unused/not useful CODEOWNERS file again (#21651)
Revert #21583.
-rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 08d36459a..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,8 +0,0 @@ -# See GitHub docs at https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners - -# For the array API module: -# We want to notify a group of downstream maintainers about any changes -# made to numpy.array_api; they are not obligated to perform the code -# review (but they are more than welcome to help), this merely serves -# as a one-way notification. -/numpy/array_api/ @leofang @asmeurer @kmaehashi @honno |