Reduce required approvers for release from 2 to 1 (#755)
Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
secret: ${{ github.TOKEN }}
|
secret: ${{ github.TOKEN }}
|
||||||
approvers: ${{ steps.get_approvers.outputs.approvers }}
|
approvers: ${{ steps.get_approvers.outputs.approvers }}
|
||||||
minimum-approvals: 2
|
minimum-approvals: 1
|
||||||
issue-title: 'Release opensearch-py'
|
issue-title: 'Release opensearch-py'
|
||||||
issue-body: "Please approve or deny the release of opensearch-py. **Tag**: ${{ github.ref_name }} **Commit**: ${{ github.sha }}"
|
issue-body: "Please approve or deny the release of opensearch-py. **Tag**: ${{ github.ref_name }} **Commit**: ${{ github.sha }}"
|
||||||
exclude-workflow-initiator-as-approver: true
|
exclude-workflow-initiator-as-approver: true
|
||||||
|
|||||||
Reference in New Issue
Block a user