Skip to content

Add AI PR review workflow - #3890

Merged
Mpdreamz merged 2 commits into
mainfrom
feature/pr-reviewer
Aug 20, 2026
Merged

Add AI PR review workflow#3890
Mpdreamz merged 2 commits into
mainfrom
feature/pr-reviewer

Conversation

@Mpdreamz

Copy link
Copy Markdown
Member

Why

PRs currently get no automated review feedback. This adds AI-powered inline review comments so issues get caught before human review rounds.

What

Adds .github/workflows/pr-review.yml using the elastic/ai-github-actions pr-review workflow. Configured with:

  • intensity: aggressive + minimum_severity: nitpick — maximum coverage to start; can be scaled back once we calibrate noise levels
  • dependabot[bot] added to allowed-bot-users so dependency bump PRs also get reviewed
  • Repo-specific additional-instructions covering the critical gotchas reviewers need to know: AOT/source-generated JSON registration requirement, xUnit v3 + AwesomeAssertions (no TUnit yet), async/CancellationToken conventions, architecture boundaries, and flags for destructive commands

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Mpdreamz
Mpdreamz requested a review from a team as a code owner August 18, 2026 16:28
@Mpdreamz Mpdreamz added the automation packaging, ci/cd. label Aug 18, 2026
@Mpdreamz
Mpdreamz requested a review from theletterf August 18, 2026 16:28

@github-actions github-actions 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.

Requesting changes due to two merge-impacting workflow risks: label-triggered reruns on unrelated label churn, and mutable upstream workflow pinning.


What is this? | From workflow: PR Review

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

Comment thread .github/workflows/pr-review.yml
Comment thread .github/workflows/pr-review.yml
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@github-actions github-actions 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.

Approved.


What is this? | From workflow: PR Review

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

@Mpdreamz
Mpdreamz merged commit 75f7e2f into main Aug 20, 2026
40 of 41 checks passed
@Mpdreamz
Mpdreamz deleted the feature/pr-reviewer branch August 20, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation packaging, ci/cd.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants