contrib: skip ci and hightlight origin PR

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2127/head
Sébastien Han 2017-10-31 14:43:29 +01:00
parent b3c9de90f4
commit 635fe38144
1 changed files with 6 additions and 2 deletions

View File

@ -60,7 +60,7 @@ push () {
}
create_pr () {
hub pull-request -h ceph/ceph-ansible:"$bkp_branch" -b "$stable_branch" -m "[skip ci] $bkp_branch"
hub pull-request -h ceph/ceph-ansible:"$bkp_branch" -b "$stable_branch" -F -
}
cleanup () {
@ -88,5 +88,9 @@ verify_commit
checkout
cherry_pick
push
create_pr
create_pr <<MSG
[skip ci] backport of ${3}
Backport of #${3}
MSG
cleanup