From d73fffceedebbd6da08082ef0328c6eadfd336f4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:44:34 +0000 Subject: [PATCH] Combine duplicate RELEASES.md entries into single line Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com> --- packages/http-client/RELEASES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/http-client/RELEASES.md b/packages/http-client/RELEASES.md index a42257d1..79ffdd95 100644 --- a/packages/http-client/RELEASES.md +++ b/packages/http-client/RELEASES.md @@ -1,8 +1,7 @@ ## Releases ## 3.0.1 -- Add support for ACTIONS_ORCHESTRATION_ID in user-agent [#2229](https://github.com/actions/toolkit/pull/2229) -- Add default user-agent when none is provided [#2229](https://github.com/actions/toolkit/pull/2229) +- Add support for ACTIONS_ORCHESTRATION_ID in user-agent and default user-agent [#2229](https://github.com/actions/toolkit/pull/2229) ## 3.0.0 - Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)