如何在 GitHub 上查看某人的评论历史记录?

How can I view someone's comment history on GitHub?

提问人:MWB 提问时间:10/4/2016 更新时间:6/4/2017 访问量:18563

问:

在 GitHub 上很容易看到某人的提交历史,至少是最近的提交历史,但是有没有办法查看他们在那里发表的所有评论

GitHub上

评论

2赞 Tim Biegeleisen 10/4/2016
如果答案是否定的,那么您可以使用 GitHub 的 API 来解决您的问题:developer.github.com/v3/repos/comments/...
0赞 MrUpsidown 6/14/2020
我投票决定关闭这个问题,因为它与编程无关。
1赞 Andrew 4/5/2023
TL;DR:在 Github 顶部搜索type:issues commenter:<username>
1赞 Ralph David Abernathy 5/3/2023
@MrUpsidown,我不同意。GitHub 与编程密切相关。您认为这个问题与哪个堆栈交换站点更相关?

答:

83赞 Toolkit 5/14/2017 #1

在主搜索框中搜索。commenter:usernameGithub

例如:commenter:gavinandresen

若要查看最近的活动,请从“排序”下拉列表中进行选择Recently updated

您还可以缩小搜索范围:is:issue commenter:gavinandresen

enter image description here

评论

3赞 Amir Gonnen 4/10/2021
我可以在搜索框中看到对问题的评论,但看不到对提交的评论。有没有办法也可以查看提交中给出的评论?commenter:username