Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions ci/github-script/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
secondary.push(classify(base.ref))

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