feat(gitea): set default merge style
All checks were successful
build / build (push) Successful in 6s

This commit was merged in pull request #21.
This commit is contained in:
2026-03-28 13:57:22 -06:00
parent a9ac5ae964
commit 8c41e3b8df

View File

@@ -94,6 +94,7 @@ in {
# ko # ko
" :" ":" ":" "[]" ":" "[]" " :" ":" ":" "[]" ":" "[]"
]; ];
DEFAULT_MERGE_STYLE = "rebase";
}; };
mailer = { mailer = {
ENABLED = true; ENABLED = true;