From 9ef7d799ca34a720e9860ce878e203d91bf7465b Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Tue, 21 Jul 2026 14:04:00 +0100 Subject: [PATCH] Set `GUSINFO` team and product tag in `CODEOWNERS` The `#GUSINFO:` line in `CODEOWNERS` uses the placeholder `Open Source,Open Source Workflow` rather than a real team/product tag. This change sets it to `Heroku AI,Heroku AI`. This correction was suggested by Claude Code, based on the GitHub owner team (`@heroku/ai`) and its active product tag in GUS. The reviewer should confirm the new product tag is correct and the most appropriate one for this component. GUS-W-23525396. --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index cbcd5f9..4e3f0e3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ # Comment line immediately above ownership line is reserved for related other information. Please be careful while editing. #ECCN:Open Source -#GUSINFO:Open Source,Open Source Workflow +#GUSINFO:Heroku AI,Heroku AI * @heroku/ai