Garret Harp
10/02/2021, 4:15 AMGarret Harp
10/02/2021, 4:16 AM{
"blocks": [
{
"type": "context",
"elements": [
{
"type": "image",
"image_url": "<https://avatars.githubusercontent.com/u/32212214?v=4>",
"alt_text": "Garret Harp"
},
{
"type": "mrkdwn",
"text": "*Garret Harp* has started promotion of *staging* to *production*."
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "View Build",
"emoji": true
},
"url": "<https://console.seed.run/my-org/my-app/activity/stages/production/builds/1>"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "View Stage",
"emoji": true
},
"url": "<https://console.seed.run/my-org/my-app/stages/production>"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "View Commit",
"emoji": true
},
"url": "<https://github.com/repo/name/commit/some-id>"
}
]
}
]
}
Garret Harp
10/02/2021, 4:18 AMFrank
Frank