Skip to content

feat: implement issue #271 — Compliance: unpinned-actions-pr-review-mention.yml#306

Merged
don-petry merged 2 commits into
mainfrom
dev-lead/issue-271-20260521-1922
May 21, 2026
Merged

feat: implement issue #271 — Compliance: unpinned-actions-pr-review-mention.yml#306
don-petry merged 2 commits into
mainfrom
dev-lead/issue-271-20260521-1922

Conversation

@don-petry

Copy link
Copy Markdown
Collaborator

Closes #271

Implemented by dev-lead agent. Please review.

@don-petry don-petry requested a review from a team as a code owner May 21, 2026 19:23
Copilot AI review requested due to automatic review settings May 21, 2026 19:23
@coderabbitai

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 27 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: acdd1bbc-8043-441d-82e3-ad6e754113a5

📥 Commits

Reviewing files that changed from the base of the PR and between d3b02ca and 4a93565.

📒 Files selected for processing (1)
  • .github/workflows/pr-review-mention.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev-lead/issue-271-20260521-1922

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 and usage tips.

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request adds a duplicate entry for ".dev-lead/" to the .gitignore file. The reviewer correctly identified that this entry is already present in the file and recommended its removal to avoid redundancy.

Comment thread .gitignore

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 addresses compliance issue #271 by pinning the pr-review-mention reusable workflow reference to an immutable commit SHA (action pinning), ensuring the workflow can’t drift unexpectedly via a moving tag.

Changes:

  • Pin .github/workflows/pr-review-mention.yml reusable workflow uses: reference to a specific commit SHA.
  • Add an additional .dev-lead/ ignore entry in .gitignore (currently duplicative).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
.gitignore Adds an ignore entry (but introduces a duplicate .dev-lead/ line).
.github/workflows/pr-review-mention.yml Pins the reusable workflow reference to a commit SHA for compliance with action-pinning policy.

@sonarqubecloud

Copy link
Copy Markdown

@don-petry don-petry merged commit 2642252 into main May 21, 2026
22 of 24 checks passed
@don-petry don-petry deleted the dev-lead/issue-271-20260521-1922 branch May 21, 2026 19:47
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.

Compliance: unpinned-actions-pr-review-mention.yml

3 participants