From 3862c08cd6e1690268aabdd2395e580728c96976 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Wed, 24 May 2023 10:35:52 -0400 Subject: [PATCH] chore(ci): Create CODEOWNERS (#150) --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ceb2bcb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# CODEOWNERS: https://help.github.com/articles/about-codeowners/ + +# NOTE: Order is important; the last matching pattern takes the most precedence + +# Primary repo maintainers + +* @skip-mev/core-engineering