You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(claude): gate issue-handler comment fetch on COMMENT ID presence
Claude's own review of this PR caught it: on issues.opened events,
github.event.comment.id is empty, so the prompt's
gh api .../issues/comments/ call becomes a malformed URL. Add an
explicit COMMENT ID field to the prompt and instruct Claude to skip the
comment fetch when it's empty.
0 commit comments