Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/ai-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,12 @@ jobs:
claude_args: '--max-turns 100'
prompt: |
Current directory is the root of a Linux Kernel git repository.
Using the prompt `review/review-core.md` and the prompt directory `review`
do a code review of the top commit in the Linux repository. The commit is a part
of a patch series within the git range ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}

Read the prompt review/review-core.md

Using the prompt, review the HEAD commit.

Use commit range ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} for the false-positive-guide.md section.

# If Claude produced review-inline.txt then it found something
# Post a comment on PR and fail the job
Expand Down
Loading