From e00b53b1df9570ae417219a4608a022fc81485d3 Mon Sep 17 00:00:00 2001 From: Nicholas Rodrigues Lordello Date: Wed, 1 Nov 2023 09:25:39 +0100 Subject: [PATCH] Add CODEOWNERS Configuration To Repository (#60) Trivially add a `CODEOWNERS` file to the repo. This makes PRs auto-request review from the `safe-protocol` team. --- .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 0000000..bd173ad --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @safe-global/safe-protocol