feat(forgejo): default to rebase instead of merge #84

Merged
chef merged 1 commit from default-rebase into main 2024-09-29 13:50:29 +00:00
Showing only changes of commit 1c1b2e516e - Show all commits

View file

@ -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;