From 1c8b24a0a438e8c2cd089a9d830d1688a47a28d5 Mon Sep 17 00:00:00 2001 From: Shebin John Date: Thu, 23 Jan 2025 11:52:17 +0100 Subject: [PATCH] Adding Code Owners (#905) This pull request includes a small change to the `.github/CODEOWNERS` file. The change assigns ownership of all files to the specified team members. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..bd173ad33 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @safe-global/safe-protocol