Skip to content

Fix sync-release-notes workflow: set upstream on branch push#200

Merged
rajbos merged 2 commits intomainfrom
copilot/fix-workflow-run-error
Feb 9, 2026
Merged

Fix sync-release-notes workflow: set upstream on branch push#200
rajbos merged 2 commits intomainfrom
copilot/fix-workflow-run-error

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

The sync-release-notes workflow failed with exit code 128 when pushing the newly created update-changelog branch.

Changes

  • Updated git push command to set upstream: git push -u origin update-changelog

The workflow creates a new branch but was attempting to push without an upstream reference, causing git to fail. The -u flag configures the upstream tracking branch on first push.

-        git push
+        git push -u origin update-changelog
Original prompt

Handle the error in this workflow run:

https://github.com/rajbos/github-copilot-token-usage/actions/runs/21826944864/job/62974256619


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copilot AI changed the title [WIP] Handle error in workflow run Fix sync-release-notes workflow: set upstream on branch push Feb 9, 2026
Copilot AI requested a review from rajbos February 9, 2026 13:31
@rajbos rajbos marked this pull request as ready for review February 9, 2026 13:32
@rajbos rajbos merged commit 63197f5 into main Feb 9, 2026
@rajbos rajbos deleted the copilot/fix-workflow-run-error branch February 9, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments