From e8a31b6592c2b4d64ceb1fc64e12e495c0739703 Mon Sep 17 00:00:00 2001 From: Ryan <81343914+McOso@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:38:20 +0200 Subject: [PATCH] chore: add codeowners --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..7b79161 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Lines starting with '#' are comments. +# The '*' pattern matches all files in the repository. +* @MetaMask/delegation