-
Notifications
You must be signed in to change notification settings - Fork 1.8k
CI: make build-ripunzip.yml auto-create update PR
#20802
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
Conversation
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 modernizes the ripunzip build workflow by adding automatic version detection and PR automation capabilities. It removes hardcoded version defaults in favor of dynamically fetching the latest releases from GitHub.
Key changes:
- Adds a
versionsjob that automatically fetches the latest ripunzip and openssl releases when not explicitly specified - Implements automated PR creation to update ripunzip binaries via a new
publishjob - Improves artifact handling by archiving binaries before upload
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
esbena
left a comment
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.
looks plausible.
Could you add an explicit permissions block though?
b08d5b5 to
e2671da
Compare
Also made it use latest versions of
ripunzipandopensslby default.Example auto-opened PR here (which includes these changes because ran on this branch).