You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed 2 broken links in docs/Changelog-Platform.md that pointed to the defunct microsoft/testanywhere repository.
Changes
The testanywhere repository no longer exists. For the changelog entries for MTP versions 1.3.1 and 1.3.2, the corresponding git tags (v1.2.1, v1.3.1, v1.3.2) exist in the microsoft/testfx repository, so those compare links can be pointed there.
https://github.com/microsoft/testfx/compare/v4.2.3...v4.3.0 (placeholder for upcoming release)
🤖 Automated content 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 Daily Link Checker & Fixer workflow. · 87.2 AIC · ⌖ 16.8 AIC · ⊞ 7.7K · [◷]( · ◷)
Add this agentic workflows to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/link-checker.md@main
Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch fix/broken-changelog-platform-links-2026-07-06-cce1c5b8011b2d8d.
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch (49 lines)
From 92b45b69e56576b3b73d36cdfa641d899c15d953 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Mon, 6 Jul 2026 13:03:53 +0000
Subject: [PATCH] Fix broken testanywhere compare links in
Changelog-Platform.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updated 2 historical changelog compare links from the defunct
microsoft/testanywhere repository to microsoft/testfx, where the
corresponding tags (v1.2.1, v1.3.1, v1.3.2) exist:
- https://github.com/microsoft/testanywhere/compare/v1.2.1...v1.3.1
→ https://github.com/microsoft/testfx/compare/v1.2.1...v1.3.1
- https://github.com/microsoft/testanywhere/compare/v1.3.1...v1.3.2
→ https://github.com/microsoft/testfx/compare/v1.3.1...v1.3.2
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
docs/Changelog-Platform.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md
index 37e173003..3a071bc43 100644
--- a/docs/Changelog-Platform.md+++ b/docs/Changelog-Platform.md@@ -1050,7 +1050,7 @@ See full log [of v1.3.2...v1.4.0](https://github.com/microsoft/testanywhere/comp
## <a name="1.3.2" />[1.3.2] - 2024-08-05
-See full log [of v1.3.1...v1.3.2](https://github.com/microsoft/testanywhere/compare/v1.3.1...v1.3.2)+See full log [of v1.3.1...v1.3.2](https://github.com/microsoft/testfx/compare/v1.3.1...v1.3.2)
### Fixed
@@ -1074,7 +1074,7 @@ See full log [of v1.3.1...v1.3.2](https://github.com/microsoft/testanywhere/comp
## <a name="1.3.1" />[1.3.1] - 2024-07-15
-See full log [of v1.2.1...v1.3.1](https://github.com/microsoft/testanywhere/compare/v1.2.1...v1.3.1)+See full log [of v1.2.1...v1.3.1](https://github.com/microsoft/testfx/compare/v1.2.1...v1.3.1)
### Added
--
2.54.0
Summary
Fixed 2 broken links in
docs/Changelog-Platform.mdthat pointed to the defunctmicrosoft/testanywhererepository.Changes
The
testanywhererepository no longer exists. For the changelog entries for MTP versions 1.3.1 and 1.3.2, the corresponding git tags (v1.2.1,v1.3.1,v1.3.2) exist in themicrosoft/testfxrepository, so those compare links can be pointed there.docs/Changelog-Platform.mdhttps://github.com/microsoft/testanywhere/compare/v1.2.1...v1.3.1https://github.com/microsoft/testfx/compare/v1.2.1...v1.3.1docs/Changelog-Platform.mdhttps://github.com/microsoft/testanywhere/compare/v1.3.1...v1.3.2https://github.com/microsoft/testfx/compare/v1.3.1...v1.3.2Unfixable links (not changed)
The following links cannot be fixed as the corresponding
v1.4.xtags do not exist inmicrosoft/testfx:https://github.com/microsoft/testanywhere/compare/v1.3.2...v1.4.0https://github.com/microsoft/testanywhere/compare/v1.4.0...v1.4.1https://github.com/microsoft/testanywhere/compare/v1.4.1...v1.4.2https://github.com/microsoft/testanywhere/compare/v1.4.2...v1.4.3https://github.com/microsoft/testfx/compare/v1.4.3...v1.5.0https://github.com/microsoft/testfx/compare/v4.2.3...v4.3.0(placeholder for upcoming release)Add this agentic workflows to your repo
To install this agentic workflow, run
Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch
fix/broken-changelog-platform-links-2026-07-06-cce1c5b8011b2d8d.Click here to create the pull request
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch (49 lines)