From a55d0c2155fb84411bddf35618cb9469dbd71d05 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:28:35 +0000 Subject: [PATCH 1/2] Initial plan From 057b7ec00f3f195d17e55a295b26253b21c0f100 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:30:02 +0000 Subject: [PATCH 2/2] Fix git push to set upstream branch in sync-release-notes workflow Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --- .github/workflows/sync-release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-notes.yml b/.github/workflows/sync-release-notes.yml index 022e14b..ac230b7 100644 --- a/.github/workflows/sync-release-notes.yml +++ b/.github/workflows/sync-release-notes.yml @@ -64,7 +64,7 @@ jobs: This commit automatically updates the CHANGELOG.md file to match the release notes from GitHub releases, ensuring consistency between local documentation and published releases." - git push + git push -u origin update-changelog - name: Create Pull Request if: steps.changes.outputs.changed == 'true'