Skip to content

fix: grant PR title workflow token permissions - #13

Merged
DevVig merged 1 commit into
mainfrom
fix/pr-title-permissions
Jul 17, 2026
Merged

fix: grant PR title workflow token permissions#13
DevVig merged 1 commit into
mainfrom
fix/pr-title-permissions

Conversation

@DevVig

@DevVig DevVig commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix Resource not accessible by integration on the conventional PR title check by granting pull-requests: write and statuses: write

Test plan

  • conventional title check passes on this PR
  • Required rust/ui checks pass
  • Squash-merge

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings July 17, 2026 18:11
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 54 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b9b17d53-7bb7-41e2-a860-5c918aa7d506

📥 Commits

Reviewing files that changed from the base of the PR and between 40fbb57 and b24c89b.

📒 Files selected for processing (1)
  • .github/workflows/pr-title.yml

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

@DevVig
DevVig merged commit ba28715 into main Jul 17, 2026
7 checks passed
@DevVig
DevVig deleted the fix/pr-title-permissions branch July 17, 2026 18:12

Copilot AI left a comment

Copy link
Copy Markdown

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 adjusts the GitHub Actions workflow permissions for the “conventional title” check in an attempt to resolve Resource not accessible by integration by granting additional GITHUB_TOKEN scopes.

Changes:

  • Updates workflow-level permissions for the PR title lint workflow.
  • Adds a brief comment describing why permissions are being set.

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

Comment on lines +7 to +11
# Token needs read access to the PR payload; some orgs tighten defaults.
permissions:
pull-requests: read
contents: read
pull-requests: write
statuses: write
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