From 52d8f87b2bb362622806cb1359d6307b3aeacf73 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 18 Jan 2024 13:34:04 -0800 Subject: [PATCH] typo Signed-off-by: Sayali Gaikawad --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index cbd2cb33560..392079ee042 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -18,7 +18,7 @@ jobs: - uses: trstringer/manual-approval@v1 with: secret: ${{ github.TOKEN }} - approvers: ${{ steps.get_data.outputs.approvers }} + approvers: gaiksaya minimum-approvals: 1 issue-title: 'Release opensearch-cluster-cdk : ${{ steps.get_data.outputs.version }}' issue-body: "Please approve or deny the release of opensearch-cluster-cdk. **VERSION**: ${{ steps.get_data.outputs.version }} **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }}"