File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments