Commit 07dd0ea
Fix integer rendering and restore bullet points in Slack DMs
- Use floatingOrInteger in numberToScalarEvent so integers render as
'30' instead of '30.0' in generated YAML
- Restore '•' bullet character in Slack DM notifications; '-' does not
render as a bullet in Slack mrkdwn
Co-authored-by: Adrea Snow <adreasnow@users.noreply.github.com>1 parent 3215eef commit 07dd0ea
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments