Skip to content
Snippets Groups Projects
Commit 0b209835 authored by Eric Conde's avatar Eric Conde
Browse files

Update approvals_template.yml

parent 6b1f4447
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ approval: ...@@ -6,5 +6,5 @@ approval:
- curl -X POST -H "Content-Type:application/json" --data '{"body":"Request for an approver to code review and resolve this thread to enable merging."}' ${GITLAB_API_URL}/projects/${CI_PROJECT_ID}/merge_requests/{$MR_ID}/discussions?private_token=${GITLAB_API_TOKEN} - curl -X POST -H "Content-Type:application/json" --data '{"body":"Request for an approver to code review and resolve this thread to enable merging."}' ${GITLAB_API_URL}/projects/${CI_PROJECT_ID}/merge_requests/{$MR_ID}/discussions?private_token=${GITLAB_API_TOKEN}
only: only:
- merge_requests - merge_requests
tags: #tags:
- code-review # - code-review
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment