Skip to content

Fix Source Name Error#12527

Open
davidle-ms wants to merge 2 commits intomainfrom
ledavi/update-source-name
Open

Fix Source Name Error#12527
davidle-ms wants to merge 2 commits intomainfrom
ledavi/update-source-name

Conversation

@davidle-ms
Copy link
Copy Markdown

Summary

Fixes #1069862

Copilot AI review requested due to automatic review settings April 16, 2026 23:14
@davidle-ms davidle-ms requested a review from a team as a code owner April 16, 2026 23:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Open Publishing configuration to point the _themes source to the correct branch, addressing the “Source Name Error” referenced in #1069862.

Changes:

  • Switched the _themes source branch from main to 1069863_SourceLink.

Comment thread .openpublishing.publish.config.json Outdated
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "main",
"branch": "1069863_SourceLink",
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinning to a non-default branch (likely a feature/temporary branch) can break builds or publishing once that branch is deleted or rebased. If the intent is a permanent fix, prefer pointing to a stable branch/tag (or a commit SHA if supported by the publishing system), or document why this branch is expected to remain available long-term.

Suggested change
"branch": "1069863_SourceLink",
"branch": "main",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants