go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
43.93k stars 5.39k forks source link

Notifications for push actions (regardless of PR) #22001

Open wolftune opened 1 year ago

wolftune commented 1 year ago

Gitea should allow people to fully watch as notifications any of the actions that are available to webhooks. Since webhooks can post every time there is a push to a branch (regardless of any PR or which branch), users should have the option to receive email notifications (or better, choose whether only to see notifications on the website or also via email).

In my case, I was collaborating with someone on a branch that we do not plan to merge to main, so there's no PR. I missed that my partner made changes because I received no notifications when he did. The workaround is to open a PR that we will never merge.

Please provide the option to get notifications of commits and other activity, anything that webhooks can do, notifications should have the option for as well.

silverwind commented 1 year ago

I was looking for this as well. It could be an advanced "watch" that offers the same options that webhooks have.

aman-shareef commented 6 months ago

Did we have any update on this still?

asdkjhfziofdsg commented 4 months ago

That's exactly what I was looking for. The possibility of being able to decide what actions (especially push to any branch) a user gets notificated for would be great.

We have a guy doing customer documentation when a project is finished. He collects all the data he needs and starts his work. Sometimes there are last-minute changes he may miss without getting notifications after starting his work on that project.