[Tool] Fix syntax error in merge pipeline (#44548)

Signed-off-by: AndyZiYe <yeziyu@starrocks.com>
This commit is contained in:
andyziye 2024-04-22 20:10:37 +08:00 committed by GitHub
parent f9c1b35716
commit fb1bddd22e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -242,7 +242,8 @@ jobs:
update_feature_issue:
runs-on: [ self-hosted, quick ]
needs: update_backport_merged_msg
if: !contains(github.event.pull_request.labels.*.name, 'sync') && startsWith(github.event.pull_request.title, '[Feature]')
if: >
!contains(github.event.pull_request.labels.*.name, 'sync') && startsWith(github.event.pull_request.title, '[Feature]')
env:
VERSION_LABEL: ${{ needs.update_backport_merged_msg.outputs.VERSION_LABEL }}
steps: