From 0f5a7f8b274737a1b4bdfccfca5c1ce18e65fea9 Mon Sep 17 00:00:00 2001 From: xinyaochen-sudo Date: Mon, 27 Jul 2026 09:13:49 -0700 Subject: [PATCH 1/2] @W-23559528@ Add #GUSINFO to CODEOWNERS (Enterprise API - Bulk, Data Loader) OSPO FY27 compliance: CODEOWNERS was missing a valid GUS Scrum Team and Product Tag. Add the #GUSINFO line per the oss-template format, pointing to our own active GUS info. #GUSINFO:Enterprise API - Bulk,Data Loader --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 522fa4a0f..4f2d06e35 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ # Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing. #ECCN:Open Source +#GUSINFO:Enterprise API - Bulk,Data Loader From c02fb0a81a94972d7b7b793ea43958d1dff410d4 Mon Sep 17 00:00:00 2001 From: xinyaochen-sudo Date: Mon, 27 Jul 2026 09:40:53 -0700 Subject: [PATCH 2/2] @W-23559528@ Add ownership line so #GUSINFO sits directly above it Matches the internal gitsoma fix (commit 0d4362a): a bare '*' ownership line satisfies the CODEOWNERS format check without assigning a required reviewer team, and places #GUSINFO immediately above the ownership line per the oss-template convention. --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 4f2d06e35..9517b40b9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,4 @@ # Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing. #ECCN:Open Source #GUSINFO:Enterprise API - Bulk,Data Loader +*