Skip to content

Commit 1b8ad36

Browse files
authored
Merge pull request #736 from opencrvs/bootdtrap-release-action
Fix approval flow for release action
2 parents 42d7612 + db32c4c commit 1b8ad36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: trstringer/manual-approval@v1
1919
with:
2020
secret: ${{ github.TOKEN }}
21-
approvers: euanmillar
21+
approvers: euanmillar,rikukissa
2222
minimum-approvals: 1
23-
issue-title: "Pushing release: ${{ github.event.inputs.branch_name }} to OpenCRVS"
24-
issue-body: "Please approve or deny the publishing of release ${{ github.event.inputs.branch_name }}"
23+
issue-title: "Release: ${{ github.event.inputs.release_version }}"
24+
issue-body: "Please approve or deny the publishing of release: ${{ github.event.inputs.release_version }} to Dockerhub"
2525
exclude-workflow-initiator-as-approver: false
2626
- uses: actions/checkout@v2
2727
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)