auto rebasing isn't working correctly, reverting to merges
This commit is contained in:
parent
685c44a3f8
commit
94c90edbb1
|
@ -113,7 +113,7 @@ const enablePrAutoMerge = async (github, prNodeId) => {
|
|||
`,
|
||||
{
|
||||
pullRequestId: prNodeId,
|
||||
mergeMethod: "REBASE"
|
||||
mergeMethod: "MERGE"
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue