Connector Improvement: GitHub connector: add issue reactions / PR body reactions
AnsweredPlease add support for issue reactions in the GitHub connector, including pull request body reactions.
Why:
- Popular code review agents such as Codex leave reactions to PR descriptions to indicate whether they approve/have reviewed a PR
- Reactions on the PR’s top-level body come from the issue reactions API, not review-comment reactions
- We currently see support for
PULL_REQUEST_REVIEW_COMMENTS, but not for issue-level reactions in the published connector schema (docs)
Relevant GitHub API:
- PR body reactions / issue reactions:
GET /repos/{owner}/{repo}/issues/{issue_number}/reactions
Reference:
Ideal output:
- a table like
ISSUE_REACTION
Minimum fields:
idissue_iduser_idcontentcreated_at
This would help with analytics on PR engagement and review behavior when feedback is expressed via reactions instead of comments.
-
Official comment
Hi Lucas,
This is a valuable idea for improving the GitHub connector. I have added your request for reactions support to our feature improvements backlog.
We will keep the community updated on this thread with any progress.
Thanks,
Frank -
Get this ASAP
Please sign in to leave a comment.
Comments
2 comments