Skip to content

fix(ci): force-push the throwaway release branch so retries aren't blocked - #163

Merged
senamakel merged 1 commit into
mainfrom
fix-release-retry-2026-08-30
Aug 30, 2026
Merged

fix(ci): force-push the throwaway release branch so retries aren't blocked#163
senamakel merged 1 commit into
mainfrom
fix-release-retry-2026-08-30

Conversation

@senamakel

Copy link
Copy Markdown
Member

Problem

Release run 33329333792 failed in Commit version bump:

 ! [rejected]        release/v0.1.2 -> release/v0.1.2 (non-fast-forward)
error: failed to push some refs to 'https://github.com/tinyhumansai/tinycortex'

An earlier failed run (33329114653) had already created and pushed release/v0.1.2 before dying at the merge step. The retry recomputes the same version, builds the same branch name from a fresh commit, and its push is therefore a non-fast-forward against the leftover branch. Every retry at the same version hits this — the workflow is blocked by its own debris.

Fix

Force-push the throwaway release branch. It only ever carries the version bump for that exact tag and is deleted by gh pr merge --delete-branch on success, so overwriting a leftover copy is safe.

I also deleted the stranded release/v0.1.2 branch so the next run starts clean.

Verification

python3 -c "import yaml; yaml.safe_load(open('.github/workflows/release.yml'))" parses cleanly. CI configuration only; no code changes, so no tests were run.

Follow-up to #160 and #161.

Auto-committed-on: dragonfly
Co-authored-by: Medulla <medulla@tinyhumans.ai>
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-30T19:00:21.029843Z 5e78a24 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

  • Run on-demand review

On-demand reviews are free for the next 21 days. After that, they cost $0.25 per reviewed file.

Or wait 9 minutes for your next included review.

View limit details

Limit details: You’ve used all 2 included reviews currently available.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: edb7ef6e-b3df-4934-b82b-c14ab273256e

📥 Commits

Reviewing files that changed from the base of the PR and between 6c50bd6 and 5e78a24.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

Warning

Your free Security trial is over. An organization admin can activate Security or dismiss this notice.


Comment @coderabbitai help to get the list of available commands.

@senamakel
senamakel merged commit df49c78 into main Aug 30, 2026
9 checks passed

@tinysweeper tinysweeper Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tinysweeper found nothing blocking. Approving.

$0.0000 · 0 in / 0 out

@tinysweeper tinysweeper Bot added the priority: p3 Whenever. Cosmetic, a nicety, or a cleanup with no user visible effect. label Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: p3 Whenever. Cosmetic, a nicety, or a cleanup with no user visible effect.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant