Search code examples
githubcommentsreply

How can I retrieve my GitHub comments


I there a way to retrieve my GitHub comments? I've posted some comments in many repository issues to asks questions, and I've found the answers by myself so I want to share my answers.


Solution

  • Using the GitHub API, you can get comments on issues:

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

    You can use GAPIGUI to make API calls without coding.

    Or if you just use the search feature using type:issue in the query, search for:

    commenter:Ben type:issue