From 187b52d1976048ff34ca040a3c18cbfa363a3d66 Mon Sep 17 00:00:00 2001 From: Andrew Kettel Date: Wed, 18 Mar 2026 14:30:14 -0700 Subject: [PATCH] Adding MR assignment --- scripts/create_mr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/create_mr.sh b/scripts/create_mr.sh index eefb113..82ef86a 100644 --- a/scripts/create_mr.sh +++ b/scripts/create_mr.sh @@ -28,6 +28,8 @@ curl --fail --silent --show-error \ \"title\": \"chore: dependency updates $(date +%Y-%m-%d)\", \"description\": $(echo "$DESCRIPTION" | python3 -c 'import json,sys; print(json.dumps(sys.stdin.read()))'), \"labels\": \"dependencies\", + \"assignee_ids\": [${GITLAB_ASSIGNEE_ID}], + \"reviewer_ids\": [${GITLAB_ASSIGNEE_ID}], \"remove_source_branch\": true }" \ "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/merge_requests"