Skip to content

Instantly share code, notes, and snippets.

@domyen
Created July 28, 2020 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domyen/83a9fe710ac8db174a1e892e129ecf2d to your computer and use it in GitHub Desktop.
Save domyen/83a9fe710ac8db174a1e892e129ecf2d to your computer and use it in GitHub Desktop.
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "A build has errors. Fix the errors and commit again."
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*🔴 <https://google.com|Build 1341>* \nBy Tom Coleman • 98789d to master"
}
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*32*\nStories"
},
{
"type": "mrkdwn",
"text": "*3* \nErrors"
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"emoji": true,
"text": "View errors"
},
"value": "click_me_123"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment