Skip to content

fix(ci): retain release git credentials - #258

Merged
robjtede merged 1 commit into
mainfrom
fix/release-git-auth
Aug 6, 2026
Merged

fix(ci): retain release git credentials#258
robjtede merged 1 commit into
mainfrom
fix/release-git-auth

Conversation

@robjtede

@robjtede robjtede commented Aug 6, 2026

Copy link
Copy Markdown
Member

Keeps checkout credentials available for the release job so x52-bump-changelogs can check out and push the release PR.

The job already has scoped contents: write and pull-requests: write permissions.

Validation: zizmor v1.29.0 offline scan with no findings.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@robjtede, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 31 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c48ecb75-6efb-44f0-809b-e9d14e638456

📥 Commits

Reviewing files that changed from the base of the PR and between 4f93a59 and 91798eb.

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

Walkthrough

The release workflow now configures GitHub CLI Git authentication when release-plz creates a pull request. The step uses the workflow’s GitHub token.

Changes

Release workflow authentication

Layer / File(s) Summary
Conditional Git authentication
.github/workflows/release.yml
When release-plz creates a pull request, the workflow sets GH_TOKEN from github.token and runs gh auth setup-git.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes retaining Git credentials for the release workflow.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/release-git-auth

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.

@robjtede
robjtede force-pushed the fix/release-git-auth branch from 82dffd0 to 91798eb Compare August 6, 2026 13:05
@robjtede robjtede changed the title fix(ci): configure release git authentication fix(ci): retain release git credentials Aug 6, 2026
@robjtede
robjtede merged commit bd6e6a1 into main Aug 6, 2026
8 checks passed
@robjtede
robjtede deleted the fix/release-git-auth branch August 6, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant