From 738ff2ad65fd5bf4f039ead00d6bb40ebacf8dc1 Mon Sep 17 00:00:00 2001 From: Aqeel Nazeer Date: Mon, 12 Jan 2026 12:15:54 +0530 Subject: [PATCH] Remove defunct @Shopify/infrastructure-tooling from CODEOWNERS The @Shopify/infrastructure-tooling team no longer exists and should be removed from CODEOWNERS files. This change removes the team reference from this repository's CODEOWNERS file. Changes: - Line 1: Removed from default owners @Shopify/application-infrastructure is already present as a codeowner and will continue to receive review requests. Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eab4291a3..746e4b747 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @Shopify/infrastructure-tooling @Shopify/application-infrastructure +* @Shopify/application-infrastructure