gitea: disable closing issue by commin in not-default branch
This commit is contained in:
parent
313b639b73
commit
d5e160bbb9
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue