ci: Add automated upstream sync workflow#61
Merged
Conversation
Adds GitHub Actions workflow that: - Runs daily at 9 AM UTC to check for new upstream stable releases - Detects latest stable tag (X.Y.Z only, no alpha/beta) - Updates fork/upstream-sync branch to track release - Creates sync/upstream-vX.Y.Z branch from the tag - Opens draft PR against dev with merge instructions Supports manual trigger with optional tag and dry-run mode. Idempotent - skips if sync branch already exists. Also adds nori-releases.md documenting the branching strategy and sync workflow. 🤖 Generated with [Nori](https://nori.ai) Co-Authored-By: Nori <noreply@tilework.tech>
43f0db9 to
e9e7c86
Compare
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.
Summary
Adds a GitHub Actions workflow that automatically syncs upstream stable releases into the dev branch.
What it does:
rust-vX.Y.Zonly, no alpha/beta)fork/upstream-syncbranch to point to the release tagsync/upstream-vX.Y.Zbranch from the tagFeatures:
Also adds
nori-releases.mddocumenting:Test Plan
gh workflow run upstream-sync.yml -f dry_run=truegh workflow run upstream-sync.yml -f tag=rust-v0.63.0 -f dry_run=true