Skip to content

Commit

Permalink
Merge pull request #8 from chime-experiment/ljg/fix-markdown
Browse files Browse the repository at this point in the history
fix(payloads): move description block to hint
  • Loading branch information
ketiltrout committed Nov 23, 2023
2 parents 6205d8f + 3a1dac3 commit 1180112
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/payloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,17 +450,16 @@ module.exports = {
type: 'plain_text',
text: 'Autocorrelation jumps have all been flagged.',
},
description: {
type: 'mrkdwn',
text: 'Locate channels here: <https://theremin.chimenet.ca/graphs/jumps> ' +
'which have more than ~10 jumps in the past few days. Check ' +
'here: <https://grafana.chimenet.ca/d/NTyRb6SSz> ' +
'to ensure that these channels are being flagged.',
},
value: 'ok',
},
],
},
hint: {
type: 'plain_text',
text: 'Check <https://theremin.chimenet.ca/graphs/jumps> ' +
'for channels with more than 10 jumps. Check <https://grafana.chimenet.ca/d/NTyRb6SSz> ' +
'to see if they are being flagged.',
},
optional: true,
label: {
type: 'plain_text',
Expand Down

0 comments on commit 1180112

Please sign in to comment.