fix: grant pr title lint status permission#76
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 5 minutes and 19 seconds. ⌛ 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: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Add
statuses: writeto thepr-title-lintworkflow permissions.Why
pr-title-lint / lint-pr-titlestarted failing on PR #73 even though the title itself is valid. The failing job log showsResource not accessible by integrationwhenamannn/action-semantic-pull-requesttries to create a commit status from apull_request_targetrun. The workflow currently grantscontents: readandpull-requests: read, but notstatuses: write.Related Issue
None.
How To Verify
ruby -e 'require "yaml"; YAML.load_file(".github/workflows/pr-title-lint.yml")'Manual checks:
pr-title-lint / lint-pr-titlerun on PR fix: sync opencode tui compatibility slice #73 and confirmed the error is a missing commit-status permission, not a title-format violation.pull_request_targetworkflow.Screenshots or Recordings
Not applicable.
Checklist
devbranch