IBX-11778: [GHA][Upmerge] Removed the Upmerge workflow - #110
Merged
Merged
Conversation
The caller still passed the `robot-token` secret, which the shared ibexa/gh-workflows upmerge workflow dropped in July 2026 in favour of GitHub App secrets. Every push to a stable branch therefore ended in a startup failure. The workflow is also a no-op for this repository: its entry in ibexa/upmerge-map has been empty since May 2025, so no destination branch is ever resolved. Removing it is simpler than fixing the secrets. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.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.
Related PRs:
Description:
Every push to
4.6ends with anUpmerge (caller)startup failure, see run 34774384171. Root cause: the caller still passesrobot-token, which ibexa/gh-workflows#103 dropped in favour ofAUTOMATION_CLIENT_ID/AUTOMATION_CLIENT_SECRET. A caller passing an undeclared secret fails at parse time.Fixing the secrets would only make the run green, not useful. The
ibexa/post-installentry inibexa/upmerge-maphas been an empty object since ibexa/upmerge-map#3, so the workflow never resolves a destination branch anyway..github/workflows/upmerge.yaml.For QA:
No QA required.
Documentation:
No documentation required.
🤖 Generated with Claude Code