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
Adds the missing docs/Changelog-Platform.md entry for #9641, which was merged on 2026-07-05 but had no changelog entry.
What was missing:
PR #9641 extended Microsoft.Testing.Extensions.GitHubActionsReport to emit ::warning annotations for skipped tests — a user-visible feature addition. The entry was not in the Platform changelog.
Change:
Added to docs/Changelog-Platform.md under [2.3.0] UNRELEASED → Added:
* Emit `::warning` annotations for skipped tests in `Microsoft.Testing.Extensions.GitHubActionsReport` by `@Evangelink` in `#9641`
🤖 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 Adhoc QA workflow. · 105 AIC · ⌖ 16.5 AIC · ⊞ 7.9K · [◷]( · ◷)
Add this agentic workflows to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/adhoc-qa.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 adhoc-qa/changelog-2026-07-06-7180d98341266d4d.
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 (27 lines)
From 8acfcaf945fe6b35b468e6543375e582f88a017f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Mon, 6 Jul 2026 07:11:18 +0000
Subject: [PATCH] docs: add missing changelog entry for #9641
(GitHubActionsReport skipped-test warnings)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
docs/Changelog-Platform.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md
index 37e1730..e207d34 100644
--- a/docs/Changelog-Platform.md+++ b/docs/Changelog-Platform.md@@ -47,6 +47,7 @@ See full log [of v4.2.3...v4.3.0](https://github.com/microsoft/testfx/compare/v4
* Add `--report-azdo-groups <on|off>` and `--report-azdo-annotations <on|off>` toggles to Azure DevOps report extension by @Evangelink in [#9542](https://github.com/microsoft/testfx/pull/9542)
* Re-print errored assemblies in dotnet test end-of-run recap by @Evangelink in [#9545](https://github.com/microsoft/testfx/pull/9545)
* Add server-initiated session cancellation to the dotnet test IPC protocol by @Evangelink in [#9549](https://github.com/microsoft/testfx/pull/9549)
+* Emit `::warning` annotations for skipped tests in `Microsoft.Testing.Extensions.GitHubActionsReport` by @Evangelink in [#9641](https://github.com/microsoft/testfx/pull/9641)
### Fixed
--
2.54.0
Adds the missing
docs/Changelog-Platform.mdentry for#9641, which was merged on 2026-07-05 but had no changelog entry.What was missing:
PR
#9641extendedMicrosoft.Testing.Extensions.GitHubActionsReportto emit::warningannotations for skipped tests — a user-visible feature addition. The entry was not in the Platform changelog.Change:
Added to
docs/Changelog-Platform.mdunder[2.3.0] UNRELEASED → Added: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
adhoc-qa/changelog-2026-07-06-7180d98341266d4d.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 (27 lines)