You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): update existing schema-regen PRs with changeset (#163)
* fix(ci): update existing schema-regen PRs with changeset
When an open schema-regeneration PR already exists, the workflow
skipped it entirely. PRs created before the changeset requirement
(like #156) are permanently blocked because they lack a changeset
and the workflow never updates them.
Add an "Update existing PR" path that checks out the existing branch,
re-runs schema generation, adds a changeset if missing, and pushes.
* fix(ci): address review feedback on update-existing-PR step
- Use git checkout -B (force-reset) to tolerate pre-existing local branch
- Only set pr_url output when a commit is actually pushed
{"type": "section", "text": {"type": "mrkdwn", "text": "A PR has been created or updated to regenerate Zod schemas from the latest OpenAPI specification."}},
0 commit comments