Skip to content

Commit

Permalink
add button with link to just-promotion-test slack message (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee authored Aug 29, 2024
1 parent 936d40b commit 70e9dbc
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,29 +131,38 @@ jobs:
- slack/notify:
event: always
custom: |
{
"blocks": [
{
"type": "section",
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":control_knobs: The daily report on standard candidate chains is ready!"
},
"accessory": {
"type": "button",
"text": {
"type": "plain_text",
"text": "👀 View Report",
"emoji": true
},
"url": "${CIRCLE_BUILD_URL}"
}
},
{
"type": "divider"
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": ":control_knobs: The daily report on standard candidate chains is ready!"
"text": "Click the link to see what validation checks would fail if all candidate chains were promoted to standard (and exclusions removed)."
}
},
{
"type": "divider"
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "👀 Click the link to see what validation checks would fail if all candidate chains were promoted to standard (and exclusions removed)."
}
]
}
]
}
]
}
]
}
channel: C07GZVCCUS0 # to slack channel `notify-superchain-promotion-failures`
publish-bot:
environment:
Expand Down

0 comments on commit 70e9dbc

Please sign in to comment.