From 3ea5bf6787a5c28a5032afd8041284095f2cd0e4 Mon Sep 17 00:00:00 2001 From: Adnan Zahir Date: Fri, 3 Oct 2025 21:59:45 +0700 Subject: [PATCH] chore(CI): added [LTI API] label to webhook content --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec8b51ca..e07b2fc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,9 @@ notify_discord_mr: --arg target "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" \ --arg title "$CI_MERGE_REQUEST_TITLE" \ '{ - username: "CI Bot", + username: "CI Bot - BE", embeds: [{ - title: "📣 Merge Request Opened/Updated", + title: "📣 [LTI API] Merge Request Opened/Updated", description: ($mr + " in " + $repo), url: $url, color: 3447003, @@ -60,9 +60,9 @@ notify_discord_merge: --arg target "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" \ --arg title "$CI_MERGE_REQUEST_TITLE" \ '{ - username: "CI Bot", + username: "CI Bot - BE", embeds: [{ - title: "✅ Merge Request Merged", + title: "✅ [LTI API] Merge Request Merged", description: ($mr + " has been merged into " + $repo), url: $url, color: 3066993,