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
This commit is contained in:
Finn Evers 2026-06-22 15:00:51 +02:00 committed by GitHub
parent 3601a7c8c2
commit e4dbdaa622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +0,0 @@
enabled: true
preservePullRequestTitle: true

View file

@ -1,4 +1,4 @@
# #!/bin/bash
#!/usr/bin/env bash
set -euxo pipefail
if [ "$#" -ne 3 ]; then