Skip to content

Commit a220ffd

Browse files
authored
Merge pull request #327 from netwrix/dev
multi pass review
2 parents b2c6cd9 + 384b558 commit a220ffd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/claude-documentation-reviewer.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Documentation Reviewer
33
on:
44
pull_request_target:
55
types: [opened, edited, reopened, synchronize]
6+
branches-ignore:
7+
- main
68
paths:
79
- '**.md'
810

@@ -89,11 +91,11 @@ jobs:
8991
9092
1. Use the Read tool to read each file in full. Do not look at the PR diff yet.
9193
92-
2. Identify ALL issues throughout the entire document — every sentence, every paragraph, every section. Do not stop after finding a few issues. Do not limit yourself to areas that look like they were recently changed.
94+
2. Identify ALL issues in the document per your instructions.
9395
9496
3. Use `gh pr diff ${{ github.event.pull_request.number }}` to get the list of lines that were added or modified in this PR.
9597
96-
4. Categorize each issue you found in step 2 as either:
98+
4. Categorize each issue from step 2 as either:
9799
- Issues in PR changes: the issue is on a line that was added or modified in this PR
98100
- Preexisting issues: the issue exists on a line that was not changed by this PR
99101
@@ -108,7 +110,7 @@ jobs:
108110
Then fix ALL issues directly in the files using the Write and Edit tools. Do not post a PR comment. Do not commit or push.
109111
110112
claude_args: |
111-
--model claude-opus-4-6
113+
--model claude-sonnet-4-5-20250929
112114
--allowedTools "Read,Write,Edit,Bash(gh pr view:*),Bash(gh pr diff:*)"
113115
--append-system-prompt "${{ steps.read-prompt.outputs.prompt }}"
114116

0 commit comments

Comments
 (0)