fix(ci): repin release-please reusable workflow to reachable SHA#24
Open
OgeonX-Ai wants to merge 1 commit into
Open
fix(ci): repin release-please reusable workflow to reachable SHA#24OgeonX-Ai wants to merge 1 commit into
OgeonX-Ai wants to merge 1 commit into
Conversation
The reusable workflow was pinned to f288e5e3b67b29a2c08880b76da7b852f4a132d0, a pre-squash-merge branch-tip commit in Coding-Autopilot-System/.github that became unreachable when .github PR #16 squash-merged and the source branch was deleted. Every push-triggered release-please run has since failed with 'workflow was not found'. Repin to 64c1673088ff7802f1270a44f03bc4d7a10631f2, which is the merged commit on .github's main branch containing .github/workflows/release-please-reusable.yml.
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.
Root cause
The .github/workflows/release-please.yml reusable-workflow call was pinned
to f288e5e3b67b29a2c08880b76da7b852f4a132d0 - a commit that only ever
existed at the tip of a PR branch in Coding-Autopilot-System/.github
(PR #16). When that PR was squash-merged, the source branch was deleted and
the branch-tip commit became unreachable (it was never on main). Every
push-triggered release-please run since has failed with
"workflow was not found".
Fix
Repin to 64c1673088ff7802f1270a44f03bc4d7a10631f2, the merged commit on
Coding-Autopilot-System/.github's main branch that contains
.github/workflows/release-please-reusable.yml. Verified reachable via:
This unbreaks the failed release-please runs for this repo.
Merge note
Out-of-class for auto-merge (workflow file change) - operator merge required.