From 635fe38144a4f1646c39c1ca7946f46100364cb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 31 Oct 2017 14:43:29 +0100 Subject: [PATCH] contrib: skip ci and hightlight origin PR MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- contrib/backport_to_stable_branch.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/backport_to_stable_branch.sh b/contrib/backport_to_stable_branch.sh index 3860ce75a..bd74808b1 100755 --- a/contrib/backport_to_stable_branch.sh +++ b/contrib/backport_to_stable_branch.sh @@ -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 <