fix: repoint CODEOWNERS and workflow org guards to Amazon-Q-Developer - #171
Merged
chungjac merged 1 commit intoAug 17, 2026
Conversation
The repo moved from the aws org to Amazon-Q-Developer (https://t.corp.amazon.com/P484890134). - CODEOWNERS: the @aws/* teams do not exist in the new org, so every entry was an "Unknown owner" and code-owner review could not be satisfied. Collapse to @Amazon-Q-Developer/sync-team-dae-production-eng-team (the synced eng team), matching what was done for language-servers. Granular per-directory teams have no equivalent in the new org yet. - node.js.yml / notification.yml: `github.repository == 'aws/amazon-q-vscode'` guards now evaluate false, silently skipping the Codecov upload and PR notification jobs. Repoint to Amazon-Q-Developer/amazon-q-vscode.
laileni-aws
approved these changes
Aug 17, 2026
ashishrp-aws
approved these changes
Aug 17, 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.
Problem
amazon-q-vscodemoved from theawsorg toAmazon-Q-Developer(P484890134). Two things broke as a result:@aws/*teams that don't exist in the new org — every entry is an "Unknown owner", so the required code-owner review can't be satisfied.github.repository == 'aws/amazon-q-vscode', which now evaluates false, silently skipping them:node.js.yml— Codecov coverage upload on PRs (x4)notification.yml— the PR-notification jobSolution
@Amazon-Q-Developer/sync-team-dae-production-eng-team(the synced eng team), matching what was done forlanguage-servers. The granular per-directory teams (codewhisperer-team,earlybird,access-analyzer,cfn-dev-productivity) have no equivalent in the new org yet; they can be reintroduced if/when matching teams are created.Amazon-Q-Developer/amazon-q-vscode.Testing
Mechanical string changes. CODEOWNERS resolution can be confirmed via
repos/.../codeowners/errorsonce merged; the workflow guards take effect on the next PR/push.Out of scope
Cosmetic
github.com/aws/...doc/link references (READMEs, CONTRIBUTING, package.jsonrepository.url) — they redirect and don't affect functionality.