@W-23559528 Add #GUSINFO to CODEOWNERS (OSPO compliance) - #1664
Merged
xinyaochen-sudo merged 2 commits intoJul 27, 2026
Merged
Conversation
…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
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.
amers185
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the required
#GUSINFOline to the repo'sCODEOWNERSfile:Why
Per the OSPO (Open Source Program Office) FY27 V2MOM compliance check, the
CODEOWNERSfile forforcedotcom/dataloaderwas missing a valid GUS Scrum Team and GUS Product Tag. Every Salesforce OSS repo must declare which GUS Team owns the codebase via a#GUSINFO:<Scrum Team>,<Product Tag>line.Both values point to active GUS records owned by our team:
Format follows the oss-template CODEOWNERS — the line is left-aligned and sits directly below the
#ECCNcomment.Work item
W-23559528