Skip to content

chore: sync 1 org-standard workflow stub(s) from petry-projects/.github - #525

Merged
don-petry merged 3 commits into
mainfrom
standards-sync/workflows-20260810
Aug 11, 2026
Merged

chore: sync 1 org-standard workflow stub(s) from petry-projects/.github#525
don-petry merged 3 commits into
mainfrom
standards-sync/workflows-20260810

Conversation

@don-petry

@don-petry don-petry commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

User description

Syncs the following org-standard workflow stub(s) from petry-projects/.github (standards/workflows/), deployed verbatim:

  • pr-auto-review.yml

Opened by scripts/deploy-standard-workflows.sh. Stubs are thin callers; all behaviour lives in the reusables. See standards/ci-standards.md. Labeled standards-sync and left for the normal review/auto-merge pipeline — the deploy script never merges directly.

Summary by CodeRabbit

  • Chores
    • Updated automated pull request review workflow integration with the repository’s CI workflow.
    • Added guidance for adjusting the workflow reference when needed.

CodeAnt-AI Description

Trigger pull request review checks when the repository's CI workflow finishes

What Changed

  • Automated review readiness checks now run after the CI workflow completes instead of waiting for CI Pipeline
  • Other review, external check, and pull request events continue to trigger reevaluation

Impact

✅ CI completion triggers review checks
✅ PR readiness reflects the latest CI result

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

@don-petry don-petry added the standards-sync Org-standard workflow stub synced from petry-projects/.github label Aug 10, 2026
@don-petry
don-petry requested a review from a team as a code owner August 10, 2026 09:39
@don-petry don-petry added the standards-sync Org-standard workflow stub synced from petry-projects/.github label Aug 10, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@codeant-ai

codeant-ai Bot commented Aug 10, 2026

Copy link
Copy Markdown

🤖 CodeAnt AI — Review Status

Status Commit Started (UTC) Finished (UTC)
✅ Incremental review completed 3321930 Aug 11, 2026 · 18:50 18:51
✅ Reviewed your PR e6e7bec Aug 10, 2026 · 09:39 09:40

@codeant-ai

codeant-ai Bot commented Aug 10, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@qodo-code-review

Copy link
Copy Markdown

ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing

@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 Aug 10, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@don-petry, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 31 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: a734eb7e-299e-45e3-a870-05f1ebcf47b0

📥 Commits

Reviewing files that changed from the base of the PR and between e6e7bec and 489b175.

📒 Files selected for processing (1)
  • .github/workflows/pr-auto-review.yml
📝 Walkthrough

Walkthrough

The pull request changes the workflow_run trigger in the pull request auto-review workflow from CI Pipeline to CI and adds a TODO about repository-specific workflow naming.

Changes

CI trigger configuration

Layer / File(s) Summary
Update CI workflow reference
.github/workflows/pr-auto-review.yml
The workflow_run trigger now references CI and includes a TODO to verify the repository’s CI workflow name.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: donpetry-bot

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the synchronization of an organization-standard workflow stub.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch standards-sync/workflows-20260810

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.

@codeant-ai codeant-ai Bot added the size:XS This PR changes 0-9 lines, ignoring generated files label Aug 10, 2026

@coderabbitai coderabbitai 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/pr-auto-review.yml:
- Around line 31-33: Update the workflow_run workflows filter in pr-auto-review
to use the declared CI workflow name "CI Pipeline" instead of "CI", and remove
or revise the outdated TODO comment.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 854f67be-4733-44b5-b55f-566fbf7fd7fc

📥 Commits

Reviewing files that changed from the base of the PR and between d7c5816 and e6e7bec.

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

Comment thread .github/workflows/pr-auto-review.yml Outdated
@codeant-ai

codeant-ai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:XS This PR changes 0-9 lines, ignoring generated files and removed size:XS This PR changes 0-9 lines, ignoring generated files labels Aug 11, 2026
@don-petry

Copy link
Copy Markdown
Collaborator Author

Dev-Lead — review-changes (applied)

Changes committed and pushed.

@don-petry
don-petry enabled auto-merge (squash) August 11, 2026 18:53
@sonarqubecloud

Copy link
Copy Markdown

@donpetry-bot

Copy link
Copy Markdown
Contributor

Advisory bots were rate-limited; auto-approval is withheld until they recover. pr-review-sweep will re-review this PR after 2026-08-11T19:54:33Z.

@don-petry
don-petry disabled auto-merge August 11, 2026 18:54
@don-petry

Copy link
Copy Markdown
Collaborator Author

Dev-Lead — fix-bot-comment (no-changes)

Agent reasoning
Issues addressed: 0
- No new issues detected
- No security hotspots
- Quality Gate passed
Files changed: .github/workflows/pr-auto-review.yml (comment removed)
Skipped (informational): 0
```
**No action required** — this PR is ready for merge.

@don-petry
don-petry enabled auto-merge (squash) August 11, 2026 18:55

@donpetry-bot donpetry-bot 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.

Automated review — APPROVED ✓

Risk: LOW
Reviewed commit: 489b1750a4e88e11f0dc8a89f5cc151b1aaa21e3
Review mode: triage-approved (single reviewer)

Summary

Comment-only deletion in the pr-auto-review.yml workflow stub, synced verbatim from petry-projects/.github by the standards deploy script. Zero functional change (0 additions, 1 deletion); the workflow_run trigger still targets "CI Pipeline". Triage's low-risk assessment is confirmed.

Linked issue analysis

No linked issues. None expected — this is an automated standards-sync PR opened by scripts/deploy-standard-workflows.sh; the PR body documents the sync provenance.

Findings

  • No functional or security findings. The diff removes one redundant comment line; the prior CodeRabbit Major finding (workflow-name mismatch) was addressed in an earlier commit and its thread is resolved/outdated — the final state retains the correct "CI Pipeline" trigger name.
  • Note: the CodeAnt-AI description in the PR body claims the trigger was changed from "CI Pipeline" to "CI"; the actual diff at the reviewed head does not do this (comment removal only). Informational, not blocking.
  • Secret scan: MCP run_secret_scanning tool not available in this run; gitleaks CI check passed and the diff contains no added lines, so no secret exposure is possible.
  • The 18:54Z rate-limit hold marker cited missing advisory-bot coverage; CodeRabbit, Graphite AI Reviews, SonarCloud, and CodeQL have all since completed successfully on this head SHA, satisfying the hold's concern.

CI status

All required checks green on 489b175: build-and-test, coverage, CodeQL, SonarCloud, agent-shield, dependency-audit (detect). Also green: gitleaks, Node.js Tests, Playwright, autofix, Analyze (actions/js-ts/python). Two non-required dev-lead orchestration runs (dispatch, ci-relay) were cancelled as superseded; several ecosystem-specific audit jobs skipped as not applicable.


Reviewed automatically by the PR-review agent (single-reviewer mode: fable 5). Reply if you need a human review.

@don-petry
don-petry merged commit b7f2711 into main Aug 11, 2026
25 of 27 checks passed
@don-petry
don-petry deleted the standards-sync/workflows-20260810 branch August 11, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files standards-sync Org-standard workflow stub synced from petry-projects/.github

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants