From 25518e2900fe654661a7b63658087ac46d9bec87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Aug 2024 22:57:37 +0000 Subject: [PATCH] Reduce required release approvals (#1168) Signed-off-by: Thomas Farr (cherry picked from commit eb5ba5f28fe87eeb5baff37094655f5604c61055) Signed-off-by: github-actions[bot] --- .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 4374158a6c..e85865d2c2 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -20,7 +20,7 @@ jobs: with: secret: ${{ github.TOKEN }} approvers: ${{ steps.get_data.outputs.approvers }} - minimum-approvals: 2 + minimum-approvals: 1 issue-title: 'Release opensearch-java : ${{ steps.get_data.outputs.version }}' issue-body: "Please approve or deny the release of opensearch-java. **VERSION**: ${{ steps.get_data.outputs.version }} **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }}" exclude-workflow-initiator-as-approver: true