Uh oh!
There was an error while loading. Please reload this page.
fix: make the release publishable on demand through one shared workflow - #53
Conversation
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:4 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe release process now supports manual dispatch, separates tag creation from publishing, and invokes publishing through a reusable workflow. The publishing workflow accepts an optional tag and uses a GitHub App token for GoReleaser access. ChangesRelease workflow
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant GitHubActions
participant TagJob
participant ReleaseWorkflow
participant GoReleaser
GitHubActions->>TagJob: create release tag
TagJob->>ReleaseWorkflow: pass generated tag
ReleaseWorkflow->>GoReleaser: pass App token and GORELEASER_CURRENT_TAG
GoReleaser->>GitHubActions: publish release artifacts
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
3a4078c to
116ddbdCompare116ddbd to
c6fc6dfCompareThere was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/build-release.yaml:
- Around line 39-42: Replace broad secrets inheritance for the release workflow
call with explicit mappings for HOSTINGERBOT_APP_ID and
HOSTINGERBOT_PRIVATE_KEY, and declare only those two secrets in release.yaml
under on.workflow_call.secrets. Preserve the existing tag input and release
workflow behavior while preventing unrelated caller secrets from being
forwarded.
In @.github/workflows/release.yaml:
- Around line 25-34: Update the Get GitHub token step using
actions/create-github-app-token@v3 to explicitly set permission-contents to
write, while preserving the existing app credentials, owner, and repository
configuration.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: e3f0b611-e20d-4b9c-8d9e-262ba6f7d919
📒 Files selected for processing (2)
.github/workflows/build-release.yaml.github/workflows/release.yaml
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
No description provided.