Skip to content

chore: remove the container killer from parameters #156

chore: remove the container killer from parameters

chore: remove the container killer from parameters #156

name: Cherry Pick Auto
on:
pull_request_target:
types:
- closed
branches:
- main
- release-*
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
jobs:
cherry-pick:
if: ${{ github.event.pull_request.merged == true && (github.base_ref == 'main' || startsWith(github.base_ref, 'release-')) }}
uses: apecloud/apecloud-cd/.github/workflows/[email protected]
secrets: inherit