From c9d8ed077de87ca7469bf8de1f0a9956b5664b53 Mon Sep 17 00:00:00 2001 From: penmetsaa Date: Thu, 11 May 2023 12:18:39 +0530 Subject: [PATCH] Adding Code Owners So the approvers were organized (#2995) --- .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..b2745e7ca --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# The libphonenumber team can approve changes in all the paths in the project. +# This is done to make maintainance easy. Eg: Release cop can also approve changes going in. +* @google/libphonenumber