gitea: disable closing issue by commin in not-default branch

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-12 23:32:08 +03:00
parent 313b639b73
commit d5e160bbb9
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -58,7 +58,7 @@ in
DISABLE_HTTP_GIT = false;
DISABLE_STARS = false;
DEFAULT_BRANCH = "main";
DEFAULT_CLOSE_ISSUES_VIA_COMMITS_IN_ANY_BRANCH = true;
DEFAULT_CLOSE_ISSUES_VIA_COMMITS_IN_ANY_BRANCH = false;
};
"repository.local" = {
LOCAL_COPY_PATH = "${giteaCfg.stateDir}/tmp/local-repo";