Skip to content

Commit 03e2ce3

Browse files
briankeaneclaude
andcommitted
Add PR review comment reaction guideline to CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 98c58cf commit 03e2ce3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@
2828
## Type Usage
2929
- Model types should conform to Codable, Sendable, Equatable & Hashable
3030
- Use strong typing and avoid optionals where possible
31-
- Use proper access control (public, internal, private)
31+
- Use proper access control (public, internal, private)
32+
33+
## PR Review Comments
34+
- After addressing a PR review comment, add a 👍 reaction to it via `gh api /repos/{owner}/{repo}/pulls/comments/{id}/reactions -f content='+1'`
35+
- For PR-level comments, use `gh api /repos/{owner}/{repo}/issues/comments/{id}/reactions -f content='+1'`

0 commit comments

Comments
 (0)