contrib: backport auto create PR

Fix branch and repo

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2027/head
Sébastien Han 2017-10-11 15:19:34 +02:00
parent 32625c5e2b
commit 155dd36269
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ push () {
}
create_pr () {
hub pull-request -h "$bkp_branch" -h origin:"$bkp_branch" -b origin:"$stable_branch" -m "[skip ci]"
hub pull-request -h ceph/ceph-ansible:"$bkp_branch" -b "$stable_branch" -m "[skip ci] $bkp_branch"
}
cleanup () {