We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87430d commit 29111c4Copy full SHA for 29111c4
.github/workflows/release.yml
@@ -9,9 +9,9 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
permissions:
12
- id-token: write
13
- issues: write
14
- contents: write
+ id-token: write
+ issues: write
+ contents: write
15
steps:
16
- uses: actions/checkout@v4
17
@@ -22,8 +22,8 @@ jobs:
22
with:
23
secret: ${{ github.TOKEN }}
24
approvers: ${{ steps.get_data.outputs.approvers }}
25
- minimum-approvals: 2
26
- issue-title: 'Release opensearch-PHP'
+ minimum-approvals: 1
+ issue-title: "Release opensearch-PHP"
27
issue-body: "Please approve or deny the release of opensearch-PHP client on packagist. **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }}"
28
exclude-workflow-initiator-as-approver: true
29
0 commit comments