From fa526e1e15b65aab106641e6dc7d0e9f1337c983 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Tue, 28 May 2024 11:00:21 -0700 Subject: [PATCH] Reduce required approvers for release from 2 to 1 Signed-off-by: saimedhi --- .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 f634fd827..1c95cadef 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -21,7 +21,7 @@ jobs: with: secret: ${{ github.TOKEN }} approvers: ${{ steps.get_approvers.outputs.approvers }} - minimum-approvals: 2 + minimum-approvals: 1 issue-title: 'Release opensearch-py' issue-body: "Please approve or deny the release of opensearch-py. **Tag**: ${{ github.ref_name }} **Commit**: ${{ github.sha }}" exclude-workflow-initiator-as-approver: true