ci: add automated upstream sync workflow and mirror upstream releases on release branch pushes#1
Draft
Copilot wants to merge 4 commits into
Draft
ci: add automated upstream sync workflow and mirror upstream releases on release branch pushes#1Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/ap0ught/GP2040-CE/sessions/9d659e88-e8d6-465c-994a-88324c74074f Co-authored-by: ap0ught <41078+ap0ught@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ap0ught/GP2040-CE/sessions/9d659e88-e8d6-465c-994a-88324c74074f Co-authored-by: ap0ught <41078+ap0ught@users.noreply.github.com>
Copilot stopped work on behalf of
ap0ught due to an error
May 9, 2026 07:32
Copilot created this pull request from a session on behalf of
ap0ught
May 9, 2026 07:32
View session
Owner
|
@copilot make sure if we push to the release branch we will create the same releases as the upstream. |
Agent-Logs-Url: https://github.com/ap0ught/GP2040-CE/sessions/010cf2f5-07e0-475c-836b-a25f4357f3b4 Co-authored-by: ap0ught <41078+ap0ught@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ap0ught/GP2040-CE/sessions/010cf2f5-07e0-475c-836b-a25f4357f3b4 Co-authored-by: ap0ught <41078+ap0ught@users.noreply.github.com>
Author
Implemented in 95599eb. The workflow now triggers on pushes to |
Copilot
AI
changed the title
ci: add automated upstream sync workflow from OpenStickCommunity/GP2040-CE
ci: add automated upstream sync workflow and mirror upstream releases on release branch pushes
May 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds GitHub Actions automation to keep this fork aligned with
OpenStickCommunity/GP2040-CEand extends it to mirror upstream releases whenreleaseis pushed.Changes Made
.github/workflows/sync-upstream.yml) to:mainmainupdates to this repositorypushtrigger for thereleasebranch.Validation