ci/check-cherry-picks: add staging as pickable branch again

This was accidentally removed in
ea636d1728, left-over from debugging.
This commit is contained in:
Wolfgang Walther
2025-05-29 13:22:49 +02:00
parent e6d93a6bd8
commit 6847270de2
+1 -1
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 release-??.?? staging-??.?? haskell-updates python-updates"
PICKABLE_BRANCHES="master staging release-??.?? staging-??.?? haskell-updates python-updates"
problem=0
# Not everyone calls their remote "origin"