From 8ba4ffa7e5ffed3a3b6c859a5ce3f175814d5648 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 16 May 2018 10:38:24 +0200 Subject: [PATCH] contruib: ability to set a prefix on backport script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit When pushing a PR it might be handy to set the [skip ci] flag if we know upfront the content should not trigger the CI. Now you can add [skip ci] as $4 in your command line. Signed-off-by: Sébastien Han --- contrib/backport_to_stable_branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/backport_to_stable_branch.sh b/contrib/backport_to_stable_branch.sh index f7ff9b0d0..c8b4cb9a7 100755 --- a/contrib/backport_to_stable_branch.sh +++ b/contrib/backport_to_stable_branch.sh @@ -89,7 +89,7 @@ checkout cherry_pick push create_pr <