如何检索我的 GitHub 条评论

How can I retrieve my GitHub comments

我有办法检索我的 GitHub 评论吗? 我在很多版本库问题中发表了一些评论来提问,我自己找到了答案所以我想分享我的答案。

使用 GitHub API,您可以获得对 issues 的评论:

GET /repos/:owner/:repo/issues/:number/comments

您可以使用 GAPIGUI 进行 API 调用而无需编码。

或者,如果您只是在查询中使用 type:issue 使用 search 功能,请搜索:

commenter:Ben type:issue