Reduce required approvers for release from 2 to 1 (#755)

Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
Sai Medhini Reddy Maryada
2024-05-28 13:10:54 -07:00
committed by GitHub
parent 188b6561e7
commit 1ccc1bcf95
+1 -1
View File
@@ -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