mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ci/check-cherry-picks: allow cherry-picking from haskell-updates and python-updates
Those are protected branches, which can't be force pushed to - so the commits will remain. Thus, we can also backport from them.
This commit is contained in:
parent
e575364ae6
commit
ea636d1728
1 changed files with 1 additions and 1 deletions
|
@ -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=${PICKABLE_BRANCHES:-master staging release-??.?? staging-??.??}
|
||||
PICKABLE_BRANCHES="master release-??.?? staging-??.?? haskell-updates python-updates"
|
||||
problem=0
|
||||
|
||||
# Not everyone calls their remote "origin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue