From e4dbdaa622bf04d4e48eba78204d36f661cea0eb Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Mon, 22 Jun 2026 15:00:51 +0200 Subject: [PATCH] Remove cherry-pick-bot config (#59703) Although not listed on https://killedbygoogle.com/, the Google cherry-pick bot was killed some time ago and we now use our own bot for this. Thus we can safely remove the config here. Also, fixes the shebang in the cherry-pick script. Release Notes: - N/A --- .github/cherry-pick-bot.yml | 2 -- script/cherry-pick | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .github/cherry-pick-bot.yml 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