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.
This commit is contained in:
Wolfgang Walther 2025-05-30 13:04:26 +02:00
parent 6847270de2
commit 802f353d05
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -11,7 +11,7 @@ fi
# Make sure we are inside the nixpkgs repo, even when called from outside
cd "$(dirname "${BASH_SOURCE[0]}")"
PICKABLE_BRANCHES="master staging release-??.?? staging-??.?? haskell-updates python-updates"
PICKABLE_BRANCHES="master staging release-??.?? staging-??.?? haskell-updates python-updates staging-next staging-next-??.??"
problem=0
# Not everyone calls their remote "origin"