[websites/blogs-kde-org] /: Assign reviewer and assignee for new TWiP MRs

Nate Graham <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 7ad082f6ed2d03a6b91d46a0aec642dda8e70ce3 by Nate Graham, on behalf of John Veness.
Committed on 18/08/2026 at 21:16.
Pushed by ngraham into branch 'master'.

Assign reviewer and assignee for new TWiP MRs

As discussed in https://invent.kde.org/websites/blogs-kde-org/-/merge_requests/374#note_1580078

M  +3    -1    .gitlab-ci.yml

https://invent.kde.org/websites/blogs-kde-org/-/commit/7ad082f6ed2d03a6b91d46a0aec642dda8e70ce3

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a8bb37e..35c414fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,10 @@ create_twip:
     - export BRANCH_NAME="work/twip/${POST_DATE}"
     - export POST_LOCATION="posts/twip/${POST_DATE}"
     - export POST_TITLE="This Week in Plasma — ${POST_DATE}"
+    - export TWIP_ASSIGNEE="@ngraham"
+    - export TWIP_REVIEWER="@johnveness"
     - git checkout -b "${BRANCH_NAME}"
     - hugo new "${POST_LOCATION}/index.md" --kind twip --clock ${POST_DATE}T00:00:00Z
     - git add "content/${POST_LOCATION}"
     - git commit -m "${POST_TITLE}"
-    - git push -o merge_request.create -o merge_request.draft -o merge_request.squash -o merge_request.label="This Week in Plasma" -o merge_request.title="${POST_TITLE}" origin "${BRANCH_NAME}"
+    - git push -o merge_request.create -o merge_request.draft -o merge_request.squash -o merge_request.label="This Week in Plasma" -o merge_request.title="${POST_TITLE}" -o merge_request.assign="${TWIP_ASSIGNEE}" -o merge_request.description="/reviewer ${TWIP_REVIEWER}" origin "${BRANCH_NAME}"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.