From 7500db5e02654bd59ac755ea4a956ab66552e05a Mon Sep 17 00:00:00 2001 From: Eric Binnion Date: Thu, 30 Jan 2020 01:28:55 -0600 Subject: [PATCH] General: Add Infinity as code owners to partnership related files (#14520) Now that Catalyst has become a part of Infinity, we needed to update one reference in the `CODEOWNERS` file from Catalyst to Infinity. But, it also makes sense to go ahead and add the shell scripts that partners can use to provision plans. --- .github/CODEOWNERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b89f0c1d103b3..680d9da046b61 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,8 +13,11 @@ /_inc/lib/jetpack-wpes-query-builder/ @gibrown /class.jetpack-jitm.php @withinboredom -# Jetpack CLI is used heavily by our partners -/class.jetpack-cli.php @automattic/catalyst +# Functionality that is important to our partners +/class.jetpack-cli.php @automattic/jetpack-infinity +/bin/partner-provision.sh @automattic/jetpack-infinity +/bin/partner-cancel.sh @automattic/jetpack-infinity + # Catch-all owners, the Jetpack Crew # Please leave this at the bottom of the list