How to get specific github notifications, such as download requests or assigned problems?

Github provides notifications by mail or online based on observed repositories. But is there a way to get more details? How to watch only a specific pull request or assigned problem? I feel like I'm getting spam from comments on other craving requests that have nothing to do with me.

+9
source share
2 answers

May 2019 Update: You now have Custom Subscription Themes

Now you can limit the types of notifications you receive for any problem and request retrieval so that they are specific to merge, reopen, and / or close events.

https://github.blog/wp-content/uploads/2019/05/custom-subscription-notifications-1.jpg?resize=1354%2C780w=1354

This should allow additional control over the number of letters received.


Update July 2017: Now you can declare the owner of the code in the GitHub repository.
Any request for access to a file managed by the specified owner of the code initiates a notification to this person.

See “ Automatically notifying the repo owner after updating the retrieval request


2015: Yes, for example, for a specific problem in the project ( problem 2595 ), you can register by clicking the "Subscribe" button on the right side of the page (from 2015).

After clicking, it will appear as "Unsubscribe" (if you do not want more notifications, you can click on it)

notif

Thus, you do not need to watch all the repos, you can only subscribe to specific questions.

+1
source

Not sure if this has changed, but now there is a subscribe button in the upper right corner:

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

+2
source

All Articles