chore: update project from upstream template - #14
Merged
Merged
Conversation
Performed the following: - rust-toolchain.toml: switched from nightly to stable - scripts/lib/pr_prompt.sh: new shared PR prompt helper library - scripts/bring_up_to_date.sh: refactored to use shared pr_prompt.sh - scripts/bring_up_to_date_all.sh: refactored to use shared pr_prompt.sh, added log collection - scripts/cargo_update.sh: refactored to use shared pr_prompt.sh - scripts/cargo_update_all.sh: refactored to use shared pr_prompt.sh, added log collection - scripts/template_backport.sh: refactored to use shared pr_prompt.sh - scripts/template_backport_all.sh: refactored to use shared pr_prompt.sh, added log collection Did not bring over the following because of token scope limitation: - .github/workflows/ci.yml (nightly→stable) — requires `workflow` OAuth scope
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
scripts/lib/pr_prompt.shhelper library (new file)*_update.sh,*_backport.sh, andbring_up_to_date*.shscripts to use the shared pr_prompt library instead of inlineopen_urlfunctions*_all.shdriver scriptsNot included (requires manual update)
.github/workflows/ci.yml— needsnightly→stabletoolchain change, but push was rejected due to missingworkflowOAuth scope. Apply manually:Verification
git diff --statconfirmed minimal diffs matching upstream changesjust full-checkpasses (fmt + clippy clean)🤖 Generated with Claude Code