How to get specific github notifications like pull requests or assigned issues?

Github provides notifications via mail or web, based on watched repos. But is there a way to get more in detail? Like only watch a specific pull requet or assigned issue? I feel like i get spammed from comments on other pull requests that have nothing to do with me.


Update July 2017: you now can declare in the GitHub repo a code owner .
Any pull request touching a file managed by said code owner will trigger a notification to that person.

See "Repo owner automatic notification after updating a pull request"


2015: Yes, for instance, for a specific issue on a project (issue 2595), you can register by clicking the "Subscribe" button at the right side of the page (since 2015).

Once clicked, it will appear as "Unsubscribe" (for you to click if you don't want any more notifications)

通知符

So you don't have to watch the all repo, you can subscribe only to specific issues.


Not sure if this has changed, but now there's a subscribe button in the top right corner:

https://help.github.com/articles/subscribing-to-conversations/

链接地址: http://www.djcxy.com/p/11752.html

上一篇: 将复选框设置为已读

下一篇: 如何获得特定的github通知,如拉请求或分配的问题?