Skip to content

[PLAT-190] Fix autogen python sdk gha#40

Merged
winnie-opal merged 1 commit intomainfrom
winnie/plat-190-fix-autogen-python-sdk-gha
Apr 22, 2026
Merged

[PLAT-190] Fix autogen python sdk gha#40
winnie-opal merged 1 commit intomainfrom
winnie/plat-190-fix-autogen-python-sdk-gha

Conversation

@winnie-opal
Copy link
Copy Markdown
Contributor

@winnie-opal winnie-opal commented Apr 21, 2026

current workflow had some bugs

  1. git diff --quiet only checks tracked files so new generated files were getting dropped. Fixed this by adding git add -A
  2. reruns didn't actually update the PR since it created a new branch, but the PR still points to the original branch. Updated the action to actually update the existing branch.
  3. openapi-generator-cli wasn't pinned to a stable version

Ran the workflow using my branch here which produced this pr

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@winnie-opal winnie-opal marked this pull request as ready for review April 21, 2026 23:09
@winnie-opal winnie-opal force-pushed the winnie/plat-190-fix-autogen-python-sdk-gha branch from 093188a to 309fc3c Compare April 21, 2026 23:39
Comment thread .github/workflows/autogen-remote-changes.yml Outdated
@winnie-opal winnie-opal force-pushed the winnie/plat-190-fix-autogen-python-sdk-gha branch from 309fc3c to cba8cd4 Compare April 21, 2026 23:48
@winnie-opal winnie-opal requested a review from a team April 21, 2026 23:53
@winnie-opal winnie-opal merged commit 7f0a77d into main Apr 22, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants