Skip to content

ci: add pr-review-mention.yml caller stub - #203

Merged
don-petry merged 3 commits into
mainfrom
fix/add-pr-review-mention-stub
May 16, 2026
Merged

ci: add pr-review-mention.yml caller stub#203
don-petry merged 3 commits into
mainfrom
fix/add-pr-review-mention-stub

Conversation

@don-petry

@don-petry don-petry commented May 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds the missing pr-review-mention.yml thin caller stub so @donpetry-bot mentions and reviewer-assignment events in .github-private dispatch the pr-review agent cascade

Root cause

The stub was never deployed to this repo when pr-review-mention was adopted as an org standard (petry-projects/.github@a2b3b46). As a result, issue_comment events fired here but nothing listened for them.

Closes #113

Notes

Uses @v2 — companion PR petry-projects/.github#302 updates the compliance checker to expect @v2 for pr-review-mention-reusable, so this stub and the checker are in sync.

Test plan

  • Post @donpetry-bot - please review on a PR in this repo and verify a pr-review-mention workflow run starts and the bot posts an acknowledgement comment
  • Compliance audit missing-pr-review-mention.yml finding for this repo (issue Compliance: missing-pr-review-mention.yml #113) closes on next Friday run

🤖 Generated with Claude Code

Adds the standard thin caller stub so @donpetry-bot mention triggers
and reviewer-assignment events in this repo dispatch the pr-review
agent cascade in petry-projects/.github-private.

Closes #113
Copilot AI review requested due to automatic review settings May 16, 2026 21:36
@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@coderabbitai

coderabbitai Bot commented May 16, 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 45 minutes and 18 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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 07782c3d-0015-4b81-ac27-2a09386e9def

📥 Commits

Reviewing files that changed from the base of the PR and between 67f9b10 and 79962a8.

📒 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 fix/add-pr-review-mention-stub

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.

@don-petry

Copy link
Copy Markdown
Collaborator Author

No description provided.

Matches the canonical standard template (standards/workflows/pr-review-mention.yml)
and the updated compliance checker (petry-projects/.github PR #<tbd>).

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

Adds the missing pr-review-mention.yml thin caller stub so PR comment mentions / reviewer-assignment events in this repo can route into the org-level pr-review-mention reusable workflow (closing the compliance gap for required workflows).

Changes:

  • Introduces .github/workflows/pr-review-mention.yml thin-caller workflow that listens to issue_comment, pull_request_review_comment, and pull_request: review_requested.
  • Wires the job to the centralized reusable workflow petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@v1 with secrets: inherit.

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

Comment thread .github/workflows/pr-review-mention.yml Outdated
@don-petry

Copy link
Copy Markdown
Collaborator Author

@donpetry-bot - please review

@don-petry
don-petry enabled auto-merge (squash) May 16, 2026 21:45
@don-petry

Copy link
Copy Markdown
Collaborator Author

Dev-Lead Fix CI — no-changes

PR: #203 | SHA: eba5e172f471d01adf77f75c42586b63c96bcad8
Engine ran but made no changes.

@don-petry

Copy link
Copy Markdown
Collaborator Author

No description provided.

…erit

secrets: inherit passes all secrets to the reusable — SonarCloud flags this
as a security hotspot. The reusable declares exactly two required secrets;
pass only those. Also corrects the header comment to list both secrets.

Addresses Copilot review comment and SonarCloud hotspots on PR #203.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@don-petry

Copy link
Copy Markdown
Collaborator Author

No description provided.

@don-petry

Copy link
Copy Markdown
Collaborator Author

No description provided.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

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: missing-pr-review-mention.yml

2 participants