git: disable making org users auto watch new repos on creation
Also explicitly disable making users auto watch repos after their first commit to it.
This commit is contained in:
parent
c8e7bd1ccf
commit
2ba371f8cd
|
@ -46,6 +46,8 @@
|
|||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||
ENABLE_BASIC_AUTHENTICATION = false;
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
AUTO_WATCH_NEW_REPOS = false;
|
||||
AUTO_WATCH_ON_CHANGES = false;
|
||||
};
|
||||
repo = {
|
||||
DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls";
|
||||
|
|
Loading…
Reference in a new issue