mirror of https://github.com/ceph/ceph-ansible.git
contrib: skip ci and hightlight origin PR
Signed-off-by: Sébastien Han <seb@redhat.com>pull/2127/head
parent
b3c9de90f4
commit
635fe38144
|
@ -60,7 +60,7 @@ push () {
|
||||||
}
|
}
|
||||||
|
|
||||||
create_pr () {
|
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 () {
|
cleanup () {
|
||||||
|
@ -88,5 +88,9 @@ verify_commit
|
||||||
checkout
|
checkout
|
||||||
cherry_pick
|
cherry_pick
|
||||||
push
|
push
|
||||||
create_pr
|
create_pr <<MSG
|
||||||
|
[skip ci] backport of ${3}
|
||||||
|
|
||||||
|
Backport of #${3}
|
||||||
|
MSG
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in New Issue