5

About Github - through the web browser (https://github.com) - for any repository available on GitHub, about notifications, I am able to do the following:

enter image description here

enter image description here

So far until here I am able to get notified through my github account that a new reply of an issue created by me is available and that a new release of the project is available. I need these two specific notifications types. Until here I am ok.

But I need other specific configuration/setting, is get a notification about when a commit was accomplished such as:

enter image description here

From above I want to be notified about any new commit (where a new release is not available yet).

Is possible accomplish that? How? I tried to find that option, but seems does not exist.

Note: I tried All Activity but this approach subscribes me to any issue arised, and fills the notifications report with a lot of info that I don't need, and of course it happens for each repository where I apply this option. If you are thinking to suggest to work through a GUI client, such as GitHub Desktop, I am following/watching many repositories, so, has no sense for me, be checking or viewing each one through the IDE

Manuel Jordan
  • 15,253
  • 21
  • 95
  • 158
  • 1
    Git hooks could be of some help here . You can search for `post-commit-hooks` and triggering mails using these hooks from your repo . Also check this out : https://stackoverflow.com/q/552360/6309111 – Dev-vruper Feb 11 '21 at 14:30
  • Are you an admin of this repository, or are you just a bystander? – bk2204 Feb 12 '21 at 00:18
  • Any repository was forked and cloned. I am not an admin. Of course, about to contribute to any of them – Manuel Jordan Feb 12 '21 at 15:00
  • Unfortunately it seems this is not currently an option (?) – matanster Feb 22 '23 at 06:37

0 Answers0