From 5ee9128ac82c14aa0a6458ab71cb729b7f7de7bf Mon Sep 17 00:00:00 2001 From: sebastian-sauer Date: Sun, 27 Jan 2019 10:25:21 +0100 Subject: [PATCH] Config option to disable automatic repo watching (#5852) Add a new config option to enable / disable the automatic watching of repos for new repositories and if a user is added to a team. Fixes #653 Signed-off-by: Sebastian Sauer --- doc/advanced/config-cheat-sheet.en-us.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/advanced/config-cheat-sheet.en-us.md b/doc/advanced/config-cheat-sheet.en-us.md index 15f90769..7d7f4d9e 100644 --- a/doc/advanced/config-cheat-sheet.en-us.md +++ b/doc/advanced/config-cheat-sheet.en-us.md @@ -207,6 +207,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `EMAIL_DOMAIN_WHITELIST`: **\**: If non-empty, list of domain names that can only be used to register on this instance. - `SHOW_REGISTRATION_BUTTON`: **! DISABLE\_REGISTRATION**: Show Registration Button +- `AUTO_WATCH_NEW_REPOS`: **true** Enable this to let all organisation users watch new repos when they are created ## Webhook (`webhook`)