Skip to content

Commit 51375b4

Browse files
Reduce required release approvals (#1168) (#1169)
(cherry picked from commit eb5ba5f) Signed-off-by: Thomas Farr <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ca53050 commit 51375b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
secret: ${{ github.TOKEN }}
2222
approvers: ${{ steps.get_data.outputs.approvers }}
23-
minimum-approvals: 2
23+
minimum-approvals: 1
2424
issue-title: 'Release opensearch-java : ${{ steps.get_data.outputs.version }}'
2525
issue-body: "Please approve or deny the release of opensearch-java. **VERSION**: ${{ steps.get_data.outputs.version }} **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }}"
2626
exclude-workflow-initiator-as-approver: true

0 commit comments

Comments
 (0)