fix: pin pr-review-mention reusable workflow to SHA#170
Conversation
Pins `petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml` from the floating `@v1` tag to commit SHA `0cb4bba11d7563bf197ad805f12fb8639e4879e4` to satisfy the org action-pinning policy. Closes #169 Co-authored-by: Don Petry <don-petry@users.noreply.github.com>
|
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
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Self-review complete — the change is minimal and correct:
@petry-projects/org-leads — please review and merge when ready. |
|
There was a problem hiding this comment.
Pull request overview
Pins the pr-review-mention workflow’s org-level reusable workflow reference to a specific commit SHA to satisfy the org’s action pinning compliance check for this repository.
Changes:
- Updated
.github/workflows/pr-review-mention.ymlto replace@v1with a full commit SHA (keeping a# v1annotation).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| permissions: | ||
| pull-requests: write | ||
| uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@v1 | ||
| uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@0cb4bba11d7563bf197ad805f12fb8639e4879e4 # v1 |
| permissions: | ||
| pull-requests: write | ||
| uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@v1 | ||
| uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@0cb4bba11d7563bf197ad805f12fb8639e4879e4 # v1 |
|
Closing in favor of #173, which pins to the correct SHA |
Pull request was closed



Summary
petry-projects/.github/.github/workflows/pr-review-mention-reusable.ymlfrom the floating@v1tag to commit SHA0cb4bba11d7563bf197ad805f12fb8639e4879e4(a.k.a.v1) to satisfy the org action-pinning policy.Changes
pr-review-mention.ymlline 37:The
# v1comment is retained so human readers can easily identify which release version the SHA corresponds to.Test plan
gh api repos/petry-projects/.github/git/refs/tags/v1 --jq '.object.sha'→0cb4bba11d7563bf197ad805f12fb8639e4879e4Closes #169
Generated with Claude Code