You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gitea's current behavior appears to be to subscribe all watchers of a project to all new Issues/PRs in a project. In turn, they will get notifications for all comments/activity in those feeds.
I would suggest that this:
a. Is not the default case (matches GitHub behavior)
b. Is configurable either in user settings and/or gitea config settings
The text was updated successfully, but these errors were encountered:
I want to do this by adding the "Participating and mentions" option in Watch button. Like on a github.
I will need to add a drop-down list on the Watch button with three options - "Participating and mentions", "All activity" and "Ignore".
By default, the "Participating and mentions" option will be selected for all existing repositories (except for those that were created by you, "All activity" will be selected there), which will subscribe to notifications in PRs and issues if:
You created it
You left a comment there
You were mentioned
It turns out that I will have to work on both frontend and backend to add a drop-down list on the button and implement the option itself. Can I do this? And can I link this issue to the pull request?
Uh oh!
There was an error while loading. Please reload this page.
This is a subset of #15743.
Gitea's current behavior appears to be to subscribe all watchers of a project to all new Issues/PRs in a project. In turn, they will get notifications for all comments/activity in those feeds.
I would suggest that this:
a. Is not the default case (matches GitHub behavior)
b. Is configurable either in user settings and/or gitea config settings
The text was updated successfully, but these errors were encountered: