From 51375b4e4f0a0be5609c520fa690c4401d06cd7e Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:04:03 +1200 Subject: [PATCH] Reduce required release approvals (#1168) (#1169) (cherry picked from commit eb5ba5f28fe87eeb5baff37094655f5604c61055) Signed-off-by: Thomas Farr Signed-off-by: github-actions[bot] Co-authored-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