diff --git a/.github/cherry-pick-bot.yml b/.github/cherry-pick-bot.yml deleted file mode 100644 index 1f62315d79d..00000000000 --- a/.github/cherry-pick-bot.yml +++ /dev/null @@ -1,2 +0,0 @@ -enabled: true -preservePullRequestTitle: true diff --git a/script/cherry-pick b/script/cherry-pick index 37106943f4d..fdfce758e26 100755 --- a/script/cherry-pick +++ b/script/cherry-pick @@ -1,4 +1,4 @@ -# #!/bin/bash +#!/usr/bin/env bash set -euxo pipefail if [ "$#" -ne 3 ]; then