fix(ci): Fix the workflow that updates the proto version#301
Merged
Conversation
Member
Author
|
working ex: #304 |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the GitHub Actions workflow for updating the platform branch to properly handle proto version updates. The changes improve the workflow's robustness by adding proper authentication, handling scenarios where no updates are needed, and switching from an action-based PR creation to the GitHub CLI.
Key changes:
- Added GitHub CLI authentication and git configuration setup
- Modified logic to gracefully handle cases where no pom.xml updates are needed
- Replaced
peter-evans/create-pull-requestaction with nativegh pr createcommand
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Member
Author
|
ex with signed commits: #305 |
mkleene
previously approved these changes
Oct 21, 2025
pflynn-virtru
approved these changes
Oct 22, 2025
|
Contributor
X-Test Results✅ go-v0.4.34 |
strantalis
pushed a commit
that referenced
this pull request
Dec 2, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>0.11.0</summary> ## [0.11.0](v0.10.0...v0.11.0) (2025-11-20) ### Features * **ci:** DSPX-1716 Updating permission for bundled tests ([#306](#306)) ([87ff3e6](87ff3e6)) ### Bug Fixes * **ci:** Fix the workflow that updates the proto version ([#301](#301)) ([9bd9ce5](9bd9ce5)) * **main:** make examples runnable ([#311](#311)) ([5ede7dd](5ede7dd)) * parse hostnames with no ports correctly ([#292](#292)) ([3da5f51](3da5f51)) * **sdk:** remove reserved and unused proto field ([#299](#299)) ([50b0302](50b0302)) * we can't parse things like `192.168.1.1:4000` ([#294](#294)) ([dc3142d](dc3142d)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
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.



fixes the GitHub Actions workflow for updating the platform branch to properly handle proto version updates
Added GitHub CLI authentication and git configuration setup
Modified logic to gracefully handle cases where no pom.xml updates are needed
Replaced peter-evans/create-pull-request action with native gh pr create command
Commit with the gh api to allow for signed commits