using the REBASE automerge method to avoid syncing release back to main causing main to be ahead of release
This commit is contained in:
parent
8e7e47097f
commit
9899c53548
|
@ -113,7 +113,7 @@ const enablePrAutoMerge = async (github, prNodeId) => {
|
||||||
`,
|
`,
|
||||||
{
|
{
|
||||||
pullRequestId: prNodeId,
|
pullRequestId: prNodeId,
|
||||||
mergeMethod: "MERGE"
|
mergeMethod: "REBASE"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue