gitea: change default settings for pull requests
This commit is contained in:
parent
d5e160bbb9
commit
e4d7aa9baa
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ in
|
||||||
};
|
};
|
||||||
"repository.pull-request" = {
|
"repository.pull-request" = {
|
||||||
WORK_IN_PROGRESS_PREFIXES = "Draft:,[Draft]:,WIP:,[WIP]:";
|
WORK_IN_PROGRESS_PREFIXES = "Draft:,[Draft]:,WIP:,[WIP]:";
|
||||||
|
DEFAULT_MERGE_STYLE = "rebase";
|
||||||
|
POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES = true;
|
||||||
};
|
};
|
||||||
indexer = {
|
indexer = {
|
||||||
ISSUE_INDEXER_PATH = "${giteaCfg.stateDir}/indexers/issues.bleve";
|
ISSUE_INDEXER_PATH = "${giteaCfg.stateDir}/indexers/issues.bleve";
|
||||||
|
|
Loading…
Reference in a new issue