Create Release Branch #296
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Create Release Branch Message | |
| on: | |
| create: | |
| run-name: Create Release Branch | |
| jobs: | |
| create-branch: | |
| if: startsWith(github.ref_name, 'release-') | |
| uses: apecloud/apecloud-cd/.github/workflows/[email protected] | |
| with: | |
| TYPE: "6" | |
| BOT_TYPE: "specify" | |
| BOT_WEBHOOK: "${{ vars.CHERRY_PICK_BOT_WEBHOOK }}" | |
| CONTENT: "${{ github.repository }} release branch [ ${{ github.ref_name }} ] was created!" | |
| secrets: inherit |