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:
June 2024-11-10 19:38:05 +01:00
parent c8e7bd1ccf
commit 2ba371f8cd
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -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";