Skip to content

Commit 29111c4

Browse files
authored
Reduce the number of approvers for release to 1. (#280)
Signed-off-by: dblock <[email protected]>
1 parent d87430d commit 29111c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
id-token: write
13-
issues: write
14-
contents: write
12+
id-token: write
13+
issues: write
14+
contents: write
1515
steps:
1616
- uses: actions/checkout@v4
1717

@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
secret: ${{ github.TOKEN }}
2424
approvers: ${{ steps.get_data.outputs.approvers }}
25-
minimum-approvals: 2
26-
issue-title: 'Release opensearch-PHP'
25+
minimum-approvals: 1
26+
issue-title: "Release opensearch-PHP"
2727
issue-body: "Please approve or deny the release of opensearch-PHP client on packagist. **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }}"
2828
exclude-workflow-initiator-as-approver: true
2929

0 commit comments

Comments
 (0)