Skip to content

Commit 802f353

Browse files
ci/check-cherry-picks: add staging-next as pickable branch
Even though there is only a small window where a commit is not on staging, but already on staging-next, it is technically valid to backport commits from staging-next, too.
1 parent 6847270 commit 802f353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/check-cherry-picks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# Make sure we are inside the nixpkgs repo, even when called from outside
1212
cd "$(dirname "${BASH_SOURCE[0]}")"
1313

14-
PICKABLE_BRANCHES="master staging release-??.?? staging-??.?? haskell-updates python-updates"
14+
PICKABLE_BRANCHES="master staging release-??.?? staging-??.?? haskell-updates python-updates staging-next staging-next-??.??"
1515
problem=0
1616

1717
# Not everyone calls their remote "origin"

0 commit comments

Comments
 (0)