feat(forgejo): default to rebase instead of merge #84
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ in {
|
|||
LANDING_PAGE = "/kitchen";
|
||||
};
|
||||
|
||||
"repository.pull-request" = {
|
||||
DEFAULT_MERGE_STYLE = "rebase";
|
||||
};
|
||||
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
|
|
Loading…
Reference in a new issue