ci: add http-client-python bump version workflow#9881
Draft
Conversation
- Pin npm-check-updates to v17 to avoid breaking changes - Add year and run number to branch name to prevent collisions - Explicitly install semver instead of relying on hoisted dependency - Add test step before creating PR - Use git add -A to capture new files - Auto-generate PR body with package.json diff - Add pnpm install at root before npm install Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
No changes needing a change description found. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This reverts commit 41c1c67.
Collaborator
|
You can try these changes here
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
msyyc
commented
Mar 3, 2026
| --body "$PR_BODY" \ | ||
| --base ${{ inputs.branch || github.ref_name }} \ | ||
| --draft) | ||
| echo "✅ PR created: $PR_URL" |
Contributor
Author
There was a problem hiding this comment.
Hi @timotheeguerin, is it possible to enable pull request creation by Github Action? We want to automate http-client-python release with github action.
according to doc, only admin could enable it for repo setting.
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 a new GitHub Actions workflow \http-client-python-bump-version.yml\ that automates the Python emitter release process:
Translated from the existing Python script \http_client_python_release.py.