如何查看用户的 github 拉取请求评论列表?

How to see a list of a user's github pull request reviews?

我想查看我贡献评论的拉取请求摘要。

目前我正在查看所有带有 URL 的拉取请求列表,例如

https://github.com/user/project/pulls?q=is%3Apr

因为多人评审,我不能指望将自己设置为 pull request 的 Assignee。

将我的用户名添加到搜索词中不起作用。

尝试以下方法URL:

https://github.com/search?q=commenter%3Adefunkt+repo%3Aajaxorg%2Face&type=pr

这将从用户 defunkt 发表评论的 @ajaxorg/ace 存储库中找到 GitHub 上的所有拉取请求 (type=pr)。

如果您需要,GitHub documentation 可以告诉您如何做更多事情。