mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-09 16:00:35 +00:00
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:
parent
3601a7c8c2
commit
e4dbdaa622
2 changed files with 1 additions and 3 deletions
2
.github/cherry-pick-bot.yml
vendored
2
.github/cherry-pick-bot.yml
vendored
|
|
@ -1,2 +0,0 @@
|
|||
enabled: true
|
||||
preservePullRequestTitle: true
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# #!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
|
||||
if [ "$#" -ne 3 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue