mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Merge branch 'chore/CI/merge-request-notify-workflow' into 'development'
chore(CI): added [LTI API] label to webhook content See merge request mbugroup/lti-api!8
This commit is contained in:
+4
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user