Skip to content

Revert "Remove actions: write from triage workflow" - #272

Merged
swissspidy merged 1 commit into
mainfrom
revert-271-fix/actions-write
Aug 3, 2026
Merged

Revert "Remove actions: write from triage workflow"#272
swissspidy merged 1 commit into
mainfrom
revert-271-fix/actions-write

Conversation

@swissspidy

Copy link
Copy Markdown
Member

Reverts #271

@swissspidy
swissspidy requested a review from a team as a code owner August 3, 2026 09:49
Copilot AI review requested due to automatic review settings August 3, 2026 09:49
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 51 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

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: 35b359b2-062f-415b-860b-11f26f341c8f

📥 Commits

Reviewing files that changed from the base of the PR and between 978211f and 1ed64ce.

📒 Files selected for processing (1)
  • .github/workflows/reusable-issue-triage.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.

@swissspidy
swissspidy merged commit 9136a51 into main Aug 3, 2026
11 of 13 checks passed
@swissspidy
swissspidy deleted the revert-271-fix/actions-write branch August 3, 2026 09:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR reverts changes from #271 in the reusable issue/PR triage workflow by restoring broader GitHub token permissions and reverting the pinned actions/ai-inference action revision.

Changes:

  • Restores actions: write permission to the reusable triage workflow.
  • Reverts actions/ai-inference from a v3 pin back to a v2 pin (in two job steps).
Suppressed comments (1)

.github/workflows/reusable-issue-triage.yml:269

  • This change downgrades actions/ai-inference from the previously pinned v3 SHA to a v2 SHA. If the goal of this PR is only to restore the removed actions: write permission, this extra version change is surprising and could reintroduce older behavior or security issues. Please confirm the downgrade is intentional and (if not) keep the v3 pin.
      - name: Analyze with AI
        id: ai-triage
        uses: actions/ai-inference@a7805884c80886efc241e94a5351df715968a0ad # v2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 12 to 16
permissions:
issues: write
pull-requests: write
actions: write
contents: read
Comment on lines 38 to +40
- name: Analyze with AI
id: ai-triage
uses: actions/ai-inference@2c43c91ae16266ca159d311430343c67a5ffa222 # v3
uses: actions/ai-inference@a7805884c80886efc241e94a5351df715968a0ad # v2
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.

2 participants