Skip to content

Commit b022be5

Browse files
Automation component release issue: Fix label add bug (#3797)
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent 2f606d6 commit b022be5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/os-release-issues.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
with:
108108
title: '[RELEASE] Release version ${{ matrix.release_version }}'
109109
content-filepath: ../opensearch-build/.github/ISSUE_TEMPLATE/component_release_template.md
110-
labels: 'v${{ matrix.release_version }}'
110+
labels: |
111+
v${{ matrix.release_version }}
111112
token: ${{ steps.github_app_token.outputs.token }}
112113
repository: opensearch-project/${{ matrix.entry.repo }}

.github/workflows/osd-release-issues.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
with:
103103
title: '[RELEASE] Release version ${{ matrix.release_version }}'
104104
content-filepath: ../opensearch-build/.github/ISSUE_TEMPLATE/component_release_template.md
105-
labels: 'v${{ matrix.release_version }}'
105+
labels: |
106+
v${{ matrix.release_version }}
106107
token: ${{ steps.github_app_token.outputs.token }}
107108
repository: opensearch-project/${{ matrix.entry.repo }}

0 commit comments

Comments
 (0)