Open
Conversation
paulinebm
commented
Apr 9, 2026
paulinebm
commented
Apr 9, 2026
sayakpaul
reviewed
Apr 10, 2026
Member
sayakpaul
left a comment
There was a problem hiding this comment.
Left some comments. LMK if they are clear.
| ) | ||
| concurrency: | ||
| group: claude-review-${{ github.event.issue.number || github.event.pull_request.number }} | ||
| cancel-in-progress: true |
Member
There was a problem hiding this comment.
Do we want to cancel a run that's in progress? Probably not because Claude can provide useful feedback on the first PR and that is also how we would often use it to do a review.
| DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} | ||
| run: | | ||
| # Preserve main's CLAUDE.md before any fork checkout | ||
| cp CLAUDE.md /tmp/main-claude.md 2>/dev/null || touch /tmp/main-claude.md |
Member
There was a problem hiding this comment.
Do we need a copy of everything under .ai from main because the review-rules.md references some files from the files present under .ai?
Comment on lines
+129
to
+130
| "Bash(git commit*)", | ||
| "Bash(git push*)", |
Member
There was a problem hiding this comment.
It should be able to commit specific rules to the rule file, actually:
1. NEVER modify, create, or delete files — unless the human comment contains verbatim:
COMMIT THIS (uppercase). If committing, only touch src/diffusers/ and .ai/.
How do we tackle that with this denial?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc @sayakpaul