WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

feat: allows users to specify host ports when creating a cluster #185

feat: allows users to specify host ports when creating a cluster

feat: allows users to specify host ports when creating a cluster #185

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