mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-22 16:01:17 +01:00
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,
|
||||
mergeMethod: "MERGE"
|
||||
mergeMethod: "REBASE"
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user