8000 fix: exist residual resources of the backup (#9356) · apecloud/kubeblocks@969d355 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8116

fix: exist residual resources of the backup #7637

fix: exist residual resources of the backup

fix: exist residual resources of the backup #7637

Workflow file for this run

name: Cherry Pick
on:
issue_comment:
types: [created]
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
jobs:
cherry-pick:
name: Cherry Pick
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/cherry-pick')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ env.GH_TOKEN }}
fetch-depth: 0
- name: Automatic Cherry Pick
uses: apecloud-inc/gha-cherry-pick@v1
env:
GITHUB_TOKEN: ${{ env.GH_TOKEN }}
0