auto rebasing isn't working correctly, reverting to merges

This commit is contained in:
Adam Brown 2022-10-04 19:17:46 +01:00
parent 685c44a3f8
commit 94c90edbb1
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ const enablePrAutoMerge = async (github, prNodeId) => {
`,
{
pullRequestId: prNodeId,
mergeMethod: "REBASE"
mergeMethod: "MERGE"
}
)
}