-
Notifications
You must be signed in to change notification settings - Fork 1
fix(review): deny reviewer gh pr comment so it stops duplicate-posting the review #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| - `claude-code-review`: the reusable review workflow no longer posts each | ||
| review twice. The reviewer agent's `gh pr comment` self-post | ||
|
Check warning on line 2 in changelog.d/fix-duplicate-review-comments.fixed.md
|
||
| (`claude[bot]`) is now explicitly denied in `run-claude-review-attempt`'s | ||
| `--disallowedTools`, and the reviewer prompt tells the agent to output its | ||
| review rather than post it -- so the workflow's own "Post review comment" | ||
| step (`github-actions[bot]`) is the sole poster. This also retires the | ||
|
Check warning on line 6 in changelog.d/fix-duplicate-review-comments.fixed.md
|
||
| raw-`gh pr comment`-republishing class (#312, #318, #381): with the tool | ||
| denied, the agent never issues the command there was nothing to republish. | ||
|
d-morrison marked this conversation as resolved.
|
||
| As part of the same change, the prior-review-context fetch and the | ||
| older-comment collapse step now match the `github-actions[bot]` author the | ||
| workflow actually posts under (they previously matched `claude[bot]` alone, | ||
| so the collapse step silently folded nothing in agent mode). Closes #381. | ||
|
Check warning on line 12 in changelog.d/fix-duplicate-review-comments.fixed.md
|
||
Uh oh!
There was an error while loading. Please reload this page.