-
Notifications
You must be signed in to change notification settings - Fork 413
update-dependencies-github-action to avoid openig multiple PRs #2519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…rged" scenarios, preventing data loss
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the dependency update process by preventing multiple duplicate PRs. Instead of creating a new PR each time, the script now creates a single persistent branch and PR that gets updated with the latest dependency information.
Key changes:
- Creates a single persistent branch
docs/update-dependencies
and PR with standardized title - Updates existing open PRs instead of creating new ones when dependencies change
- Adds backup branch creation to preserve commits when updating branches
Co-authored-by: Copilot <[email protected]>
The cool
src/scripts/update-variable-references.ts
brings this repo closer to catching up with OCL's latest tools releases.The only issue is that it can open multiple PRs (sometimes duplicative)
This PR is an attempt at improving the process by doing the following: