using the REBASE automerge method to avoid syncing release back to main causing main to be ahead of release

This commit is contained in:
Adam Brown 2022-09-08 16:53:06 +01:00 committed by Adam Brown
parent 8e7e47097f
commit 9899c53548
1 changed files with 1 additions and 1 deletions

View File

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