Commit 2357b0e
fix(review-pr): correct OR/AND precedence in unjustified_dismissal condition
As written, the condition read: (resolved with no reply) OR (dismissive
reply AND code unchanged). This meant if someone fixed the code and
resolved the thread without commenting, Claude would still challenge them.
Fix: add parentheses so the code-unchanged guard applies to both branches:
(resolved with no reply OR dismissive reply) AND code unchanged in new diff
Caught by claude[bot] review on scality/agent-hub#26.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 761dfe9 commit 2357b0e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments