Micheal O'Dwyer
Micheal O'Dwyer

Reputation: 1261

How can I get notifications when someone comments on my commit on GitHub?

At the moment I do not get notifications when I someone comments on my commit in GitHub.

Is there any way that I can be notified (web or email) when someone comments on my commit in GitHub?

Thanks in advance!

Upvotes: 1

Views: 1742

Answers (1)

Collin Barrett
Collin Barrett

Reputation: 2571

If you are "Watching" the repository, I think you will get notified. Alternatively, you can click the "Subscribe" button on each individual commit like in the bottom left corner of the screenshot below. I am not sure if there is a setting that auto-subscribes to only commits by you, however.

enter image description here

Upvotes: 3

Related Questions