-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to auto-watch on first interaction #7512
Comments
i think this is related: #8243 |
They should be the same. |
It should be "auto-subscribe", as "watch" is for all activities of a repository ? |
@strk My original idea was to watch the entire repo after the users commits/pushes anything to it. It's implemented in #7657, but that PR is not up-to-date. This is not the same as #7512. This is for subscribing to repos when commiting to them, while #8243 is for subscribing to issues that one creates. Sorry about my lousy description here. |
This has been implemented to a satisfactory level. Suscription upon cloning could be implemented as well, but that would be very difficult to do as git has no hook to catch a clone operation (it had one but it was removed long ago). Closing this. |
@guillep2k think this is fine for now :D |
[x]
):In the spirit of
AUTO_WATCH_NEW_REPOS
, it would be nice to have options to automatically add the user as a watcher on first interactions, like:AUTO_WATCH_ON_CHANGES
=true
: any write operation on a server's repository (like push) will subscribe the user to the repository.AUTO_WATCH_ON_CLONE
=true
: clone (u other relevant operations) will subscribe the user to the repository.AUTO_ORG_MEMBER_VISIBLE
=true
: member is visibile by default.The text was updated successfully, but these errors were encountered: