mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-16 12:10:45 +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,
|
pullRequestId: prNodeId,
|
||||||
mergeMethod: "MERGE"
|
mergeMethod: "REBASE"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user