fix(ci): restore softprops release creation and wire rc_notes output correctly#351
Conversation
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.
✅ Deploy Preview for devsydev canceled.
|
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
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. Comment |
Summary
gh release createwithgithub.tokenandapp-token, both hitting HTTP 403 — the org policy setsdefault_workflow_permissions=readfor all repos, and the app token only hascontents:readsoftprops/action-gh-release@v3with the GitHub App token is the only approach that has worked (runs26048757691and26049369190)softpropsas the release creation mechanism and addsid: rc_notesto the fetch step so itsbodyoutput can be consumed by softprops1s/-rc\.[0-9]*//") that rewrites the RC version header is preserved