Skip to content

fix(ci): restore softprops release creation and wire rc_notes output correctly#351

Merged
skevetter merged 1 commit into
mainfrom
4db9-promote-verify
May 18, 2026
Merged

fix(ci): restore softprops release creation and wire rc_notes output correctly#351
skevetter merged 1 commit into
mainfrom
4db9-promote-verify

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

  • Previous fixes attempted gh release create with github.token and app-token, both hitting HTTP 403 — the org policy sets default_workflow_permissions=read for all repos, and the app token only has contents:read
  • softprops/action-gh-release@v3 with the GitHub App token is the only approach that has worked (runs 26048757691 and 26049369190)
  • Restores softprops as the release creation mechanism and adds id: rc_notes to the fetch step so its body output can be consumed by softprops
  • The sed fix (1s/-rc\.[0-9]*//") that rewrites the RC version header is preserved

Previous attempts to switch to gh release create or github.token both
hit 403 due to org policy forcing default_workflow_permissions=read.
softprops/action-gh-release@v3 with the app token is the only approach
that has worked successfully. Restore that pattern and wire the
rc_notes step id so its body output can be used by softprops.

The sed fix (strip -rc.N from first line) is preserved.
@netlify

netlify Bot commented May 18, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit 059d773
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a0b5d2106787a000836e0a9

@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@skevetter has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 39 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c050e481-0978-4def-98bd-634864e6097f

📥 Commits

Reviewing files that changed from the base of the PR and between f2713fd and 059d773.

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

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@skevetter
skevetter merged commit a31522b into main May 18, 2026
16 checks passed
@skevetter
skevetter deleted the 4db9-promote-verify branch May 18, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant