docs(api): fix serviceVersion comment in parameters group to match implementation #2675
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: Cherry Pick Label Check | |
| on: | |
| pull_request_target: | |
| types: [ labeled, unlabeled, synchronize ] | |
| branches: | |
| - main | |
| - release-* | |
| jobs: | |
| pr-label-check: | |
| uses: apecloud/apecloud-cd/.github/workflows/pull-request-label-check.yml@v0.1.88 | |
| with: | |
| CHECK_LABEL: "pick" | |
| secrets: inherit |