💨
Claude Code GitHub Actions がレビューでインラインコメントしてくれなくなったので対処
問題
- Claude Code GitHub Actions がレビュー時にインラインコメントしてくれなくなった
- インラインコメントとは、Pull Requestレビュー時、行にコメントを付けること
対応
- allowed_toolsの
mcp__github__add_pull_request_review_comment_to_pending_review
をmcp__github__add_comment_to_pending_review
に変更する- 自分の環境ではこれでインラインコメントしてくれるように戻りました
で、名前が変更された模様。
で、exampleが修正されているので、現状のexampleを参考にする場合は問題なさそう。
Discussion