feat: default to rebase instead of creating a merge commit
All checks were successful
/ check (pull_request) Successful in 2m18s
All checks were successful
/ check (pull_request) Successful in 2m18s
This commit is contained in:
parent
f54c7f1d5f
commit
9804d6ade4
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ in {
|
|||
ENABLE_PUSH_CREATE_ORG = true;
|
||||
};
|
||||
|
||||
"repository.pull-request" = {
|
||||
DEFAULT_MERGE_STYLE = "rebase";
|
||||
};
|
||||
|
||||
server = {
|
||||
DOMAIN = "buffets.kitchen";
|
||||
ROOT_URL = "https://buffets.kitchen/";
|
||||
|
|
Loading…
Reference in a new issue