Unverified Commit 86204dd9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

ci/github-script/prepare: fix with missing release- branch (#462957)

parents da72f822 4cb689fd
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -128,10 +128,7 @@ module.exports = async ({ github, context, core, dry }) => {
      )

      // Make sure that we always check the current target as well, even if its a WIP branch.
      // If it's not a WIP branch, it was already included in either releases or secondary.
      if (classify(base.ref).type.includes('wip')) {
      secondary.push(classify(base.ref))
      }

      for (const branch of secondary) {
        const nextCandidate = await mergeBase(branch)