feat(forgejo): default to rebase instead of merge
This is kinda what I ended up doing anyways. Kepes me from doing bad commit history, hopefully. Signed-off-by: buffet <dev@buffet.sh>
This commit is contained in:
parent
eb393a4020
commit
1c1b2e516e
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ in {
|
||||||
LANDING_PAGE = "/kitchen";
|
LANDING_PAGE = "/kitchen";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"repository.pull-request" = {
|
||||||
|
DEFAULT_MERGE_STYLE = "rebase";
|
||||||
|
};
|
||||||
|
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
ENABLE_NOTIFY_MAIL = true;
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
|
|
Loading…
Reference in a new issue