From f690678c8896264488a7ca14bf542e40e7dc67cb Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Mon, 19 Jul 2021 16:14:44 -0700 Subject: [PATCH] Create CODEOWNERS (#1465) --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..0b2dd62e7 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# Reference +# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners + +# Global owners +# Ensure maintainers team is a requested reviewer for non-draft PRs +* @filecoin-project/actors-maintainers