mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
dea41bd1ed
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
86 lines
3.4 KiB
JSON
86 lines
3.4 KiB
JSON
{
|
|
"type": "message",
|
|
"attachments": [
|
|
{
|
|
"contentType": "application/vnd.microsoft.card.adaptive",
|
|
"contentUrl": null,
|
|
"content": {
|
|
"type": "AdaptiveCard",
|
|
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
|
|
"version": "1.2",
|
|
"msteams": {
|
|
"width": "Full"
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "ColumnSet",
|
|
"columns": [
|
|
{
|
|
"type": "Column",
|
|
"width": 1,
|
|
"items": [
|
|
{
|
|
"type": "Image",
|
|
"url": "https://miro.medium.com/max/552/1*G7s61tFPaLI9JRxWYpRNLw.png",
|
|
"size": "large",
|
|
"horizontalAlignment": "center"
|
|
}
|
|
],
|
|
"horizontalAlignment": "center",
|
|
"verticalContentAlignment": "center"
|
|
},
|
|
{
|
|
"type": "Column",
|
|
"width": 2,
|
|
"items": [
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "Constellation E2E test failed",
|
|
"wrap": true,
|
|
"fontType": "Default",
|
|
"size": "large",
|
|
"weight": "bolder"
|
|
},
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "Subtitle",
|
|
"wrap": true,
|
|
"size": "large",
|
|
"isSubtle": true,
|
|
"spacing": "Small"
|
|
},
|
|
{
|
|
"type": "FactSet",
|
|
"facts": [],
|
|
"spacing": "small"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "Action.OpenUrl",
|
|
"title": "GitHub workflow run",
|
|
"url": "",
|
|
"style": "positive"
|
|
},
|
|
{
|
|
"type": "Action.OpenUrl",
|
|
"title": "Project board issue",
|
|
"url": "",
|
|
"style": "positive"
|
|
},
|
|
{
|
|
"type": "Action.OpenUrl",
|
|
"title": "OpenSearch logs",
|
|
"url": "",
|
|
"style": "positive"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|