Skip to content

Commit 2e3efb5

Browse files
author
AztecBot
committed
Merge branch 'v5-next' into merge-train/fairies-v5
2 parents 8c7e7c7 + f6d0149 commit 2e3efb5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/merge-train-create-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
if [[ "$branch" == "merge-train/spartan" || "$branch" == "merge-train/spartan-v5" || "$branch" == "merge-train/spartan-v6" || "$branch" == "merge-train/ci" ]]; then
5656
labels="$labels,ci-full-no-test-cache"
5757
fi
58-
# Trains targeting the v5 release line are ports into v5-next.
59-
if [[ "$base_branch" == "v5-next" ]]; then
58+
# Trains targeting a v<N>-next release line (v5-next, v6-next) are
59+
# forward-ported into their base via the private-port-next driver.
60+
if [[ "$base_branch" =~ ^v[0-9]+-next$ ]]; then
6061
labels="$labels,private-port-next"
6162
fi
6263
gh pr create --base "$base_branch" --head "$branch" \

0 commit comments

Comments
 (0)