Adding MR assignment
This commit is contained in:
@@ -28,6 +28,8 @@ curl --fail --silent --show-error \
|
|||||||
\"title\": \"chore: dependency updates $(date +%Y-%m-%d)\",
|
\"title\": \"chore: dependency updates $(date +%Y-%m-%d)\",
|
||||||
\"description\": $(echo "$DESCRIPTION" | python3 -c 'import json,sys; print(json.dumps(sys.stdin.read()))'),
|
\"description\": $(echo "$DESCRIPTION" | python3 -c 'import json,sys; print(json.dumps(sys.stdin.read()))'),
|
||||||
\"labels\": \"dependencies\",
|
\"labels\": \"dependencies\",
|
||||||
|
\"assignee_ids\": [${GITLAB_ASSIGNEE_ID}],
|
||||||
|
\"reviewer_ids\": [${GITLAB_ASSIGNEE_ID}],
|
||||||
\"remove_source_branch\": true
|
\"remove_source_branch\": true
|
||||||
}" \
|
}" \
|
||||||
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/merge_requests"
|
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/merge_requests"
|
||||||
|
|||||||
Reference in New Issue
Block a user