You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$message="Created tool-lib localization update PR. Someone please approve/merge it. :please-puss-in-boots: $env:PR_LINK"
97
-
$body = [PSCustomObject]@{
98
-
text = $message
99
-
} | ConvertTo-Json
100
-
101
-
Invoke-RestMethod -Uri $(slackUri) -Method Post -Body $body -ContentType 'application/json'
102
-
displayName: 'Send Slack notification about PR opened'
95
+
# Two next tasks are used to notify about Localization update PRs
96
+
# Notifications are set by POST method to MS Teams webhook
97
+
# Body of message is compiled as Office 365 connector card
98
+
# More details about cards - https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#office-365-connector-card
0 commit comments