From 8b8c369ad420909752f37f4cfa91a9cea4a9fb61 Mon Sep 17 00:00:00 2001 From: Tom Brow <tomb@squareup.com> Date: Thu, 20 Oct 2022 12:38:19 -0500 Subject: [PATCH] add CODEOWNERS file --- .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 000000000..3e165565d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# This file configures code owners (https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners), to automatically add reviewers to PRs. + +* @square/foundation-ios