Skip to content

add claude review#15515

Merged
nithinraok merged 1 commit into
mainfrom
add_claude_review
Mar 18, 2026
Merged

add claude review#15515
nithinraok merged 1 commit into
mainfrom
add_claude_review

Conversation

@nithinraok
Copy link
Copy Markdown
Member

@nithinraok nithinraok commented Mar 18, 2026

What does this PR do ?

Adds a GitHub Actions workflow to enable Claude-powered code reviews on pull requests, triggered by commenting /claude review on any PR.

Collection: All

Changelog

  • Added .github/workflows/claude-review.yml workflow that triggers on PR comments.
  • Integrated with the reusable NVIDIA-NeMo/FW-CI-templates/_claude_review.yml workflow
  • Added an acknowledgment step that reacts with 👀 to confirm the review request was received. (new)

Usage

  • Comment /claude review on any pull request to trigger an automated code review by Claude

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • [x ] New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to # (issue)

Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
@nithinraok nithinraok marked this pull request as ready for review March 18, 2026 15:00
@github-actions github-actions Bot added the CI label Mar 18, 2026
@nithinraok nithinraok requested review from blisc and pzelasko March 18, 2026 15:03
@nithinraok nithinraok merged commit cbc85dd into main Mar 18, 2026
35 checks passed
@nithinraok nithinraok deleted the add_claude_review branch March 18, 2026 16:24
paarthneekhara pushed a commit to paarthneekhara/NeMo that referenced this pull request Mar 19, 2026
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
Signed-off-by: Paarth Neekhara <paarth.n@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants