Adding MR assignment

This commit is contained in:
2026-03-18 14:30:14 -07:00
parent 599d47efc2
commit 187b52d197

View File

@@ -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"