docs: fix Changelog-Platform links and add #9641 entry#9667
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Microsoft.Testing.Platform changelog to (1) include a missing entry for a recently merged feature and (2) fix historical “compare” links that pointed to the defunct microsoft/testanywhere repository by retargeting them to microsoft/testfx, where the referenced tags exist.
Changes:
- Added the missing
[2.3.0] UNRELEASED → Addedentry for PR #9641 (GitHub Actions skipped-test::warningannotations). - Fixed two broken “See full log” compare links in the
1.3.1and1.3.2sections by switching them frommicrosoft/testanywheretomicrosoft/testfx.
Show a summary per file
| File | Description |
|---|---|
| docs/Changelog-Platform.md | Adds missing 2.3.0 changelog entry and retargets broken historical compare links to the correct repository/tags. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Low
There was a problem hiding this comment.
Note
🤖 Automated review by GitHub Copilot. Posted via a maintainer's GitHub token, so it appears under their account — the account owner did not write or approve this content personally. Generated by the Expert Code Review workflow. To request a follow-up action, reply by tagging @copilot directly.
✅ 22/22 dimensions clean — no findings.
Applicable dimensions reviewed:
- Documentation Accuracy (§17) — LGTM. The new changelog entry for #9641 is accurately worded, placed in correct chronological order (after #9549) within the
[2.3.0] UNRELEASED → Addedsection, and follows the existing formatting conventions. The twotestanywhere→testfxlink fixes target tags that exist inmicrosoft/testfx. The remaining v1.4.xtestanywherelinks are correctly preserved per #9657 (those tags don't exist intestfx). - Scope & PR Discipline (§21) — LGTM. Single concern (changelog maintenance), properly cross-references both issues (#9655, #9657), and the PR description clearly explains what was changed and why.
Remaining 20 dimensions — N/A (no code, tests, build infrastructure, PowerShell, or MSBuild files changed).
Fixes #9657 and #9655.
Changes to
docs/Changelog-Platform.md#9655 — missing changelog entry
Added the entry for #9641 under
[2.3.0] UNRELEASED → Added:Emit ::warning annotations for skipped tests in Microsoft.Testing.Extensions.GitHubActionsReport by @Evangelink in #9641#9657 — broken documentation links
Retargeted two compare links from the defunct
microsoft/testanywhererepo tomicrosoft/testfx, where the corresponding tags exist:.../testanywhere/compare/v1.3.1...v1.3.2.../testfx/compare/v1.3.1...v1.3.2.../testanywhere/compare/v1.2.1...v1.3.1.../testfx/compare/v1.2.1...v1.3.1The remaining
testanywherev1.4.xcompare links are left unchanged, as noted in #9657 — the corresponding tags do not exist inmicrosoft/testfx.Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com