Skip to content

Commit

Permalink
Reduce minimum release approvers (#270) (#271)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
(cherry picked from commit 623853b)

Co-authored-by: Thomas Farr <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and Xtansia authored Aug 28, 2024
1 parent 29e3e6b commit 59f599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
secret: ${{ github.TOKEN }}
approvers: ${{ steps.get_data.outputs.approvers }}
minimum-approvals: 2
minimum-approvals: 1
issue-title: 'Release opensearch-rs ${{ steps.get_data.outputs.version }}'
issue-body: "Please approve or deny the release of opensearch-rs. <br> **${{ steps.get_data.outputs.version }}** <br> **TAG**: ${{ github.ref_name }} <br> **COMMIT**: ${{ github.sha }}"
exclude-workflow-initiator-as-approver: true
Expand Down

0 comments on commit 59f599c

Please sign in to comment.