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
5 changes: 4 additions & 1 deletion .github/workflows/claude-documentation-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ jobs:

Do not review or comment on any other files (e.g., .js, .ts, .json, etc.). Focus exclusively on the documentation changes in the markdown files listed above.

Write your complete review to /tmp/review.md, then post it with:
Write your complete review to /tmp/review.md. The last line of /tmp/review.md must be exactly:
To apply all suggested fixes, reply with `@claude fix all issues`.

Then post it with:
gh pr comment ${{ github.event.pull_request.number }} --body-file /tmp/review.md

claude_args: |
Expand Down
Loading