chore(docs): External Docs Update - master - #23915
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the pinned external documentation reference for uno.samples in the PowerShell import script to a newer commit.
Changes:
- Bump
uno.samplesdocumentation ref toe1b0956bcb77fa856b22ae0ec2b276bbb154d1cf.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "uno.extensions" = @{ ref="a96b52152fc557383dd397753f465bf7a516575c" } #latest main commit | ||
| "workshops" = @{ ref="3515c29e03dea36cf2206d797d1bf9f8620370e3" } #latest master commit | ||
| "uno.samples" = @{ ref="9789b2ae29cee12efea6c9a621a41c1eb20b80e3" } #latest master commit | ||
| "uno.samples" = @{ ref="e1b0956bcb77fa856b22ae0ec2b276bbb154d1cf" } #latest master commit |
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-23915/docs/index.html |
eeb1828 to
a637a55
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
doc/import_external_docs.ps1:23
- The inline comment says 'latest master commit' while other entries indicate some repos use
main. Ifuno.sampleshas moved tomain, this comment becomes misleading; update it to match the actual default branch (or use a branch-neutral comment like 'pinned commit').
"uno.samples" = @{ ref="e1b0956bcb77fa856b22ae0ec2b276bbb154d1cf" } #latest master commit
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-23915/docs/index.html |
a637a55 to
583e3e1
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
doc/import_external_docs.ps1:23
- The comment
#latest master commitis ambiguous and can become stale quickly. Consider replacing it with more durable metadata (e.g., date + short context like 'docs sync for <feature/issue>') or remove 'latest' phrasing so reviewers can understand why this SHA was chosen without assuming recency.
"uno.samples" = @{ ref="e1b0956bcb77fa856b22ae0ec2b276bbb154d1cf" } #latest master commit
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
doc/import_external_docs.ps1:23
- The comment says 'latest master commit' but the script is pinning a specific SHA. To avoid confusion and stale comments, consider updating the comment to reflect the actual intent (e.g., 'pinned commit' / 'pinned revision') or include the date/tag/PR that drove this bump.
"uno.samples" = @{ ref="e1b0956bcb77fa856b22ae0ec2b276bbb154d1cf" } #latest master commit
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-23915/docs/index.html |
583e3e1 to
7677c35
Compare
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-23915/docs/index.html |
7677c35 to
a90e31e
Compare
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-23915/docs/index.html |
a90e31e to
ce68f10
Compare
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-23915/docs/index.html |
This updates the external documentation commit hashes in
doc/import_external_docs.ps1.Behavior per run:
master, each repository is updated to the latest commit on its default branch (main, master, or other configured default).release/stable/*branch, each repository is checked for allrelease/stable/*branches; if any exist, the one with the highest version suffix is selected and used. If no such branch exists, the repository's default branch is used instead.This is an automated update created by the external docs updater workflow.