Harden update-bindings PR publishing against transient GitHub 502s#414
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job update-bindings / publish-pr
Harden update-bindings PR publishing against transient GitHub 502s
May 29, 2026
wravery
approved these changes
May 29, 2026
Contributor
|
I'm not sure this will fix it, it seems to have hit a similar error the last 3 times it ran this workflow. This is worth a try, though. |
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.
The
update-bindings / publish-prjob was failing intermittently whengh pr create -fhit a transient GitHubHTTP 502, causing the entire workflow to fail despite valid generated changes. This update makes PR publication resilient to short-lived API failures.Workflow reliability: retry PR creation in
publish-pr.github/workflows/update-bindings.ymlin thePublish PRstep.gh pr create -fin bounded retry logic (3 attempts) with incremental backoff.Scope