Skip to content

Commit ca3be07

Browse files
committed
Updated Slack notification body text
1 parent 117689a commit ca3be07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/IssueOpenedNotification.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
run: |
1717
$messageBody = @'
1818
A <${{ github.event.issue.html_url }}|new issue> has been opened by _${{ github.event.issue.user.login }}_ in *${{ github.repository }}*
19-
> Title: ${{ github.event.issue.title }} `#${{ github.event.issue.number }}`
20-
> Body: ${{ github.event.issue.body }}
19+
> *#${{ github.event.issue.number }} ${{ github.event.issue.title }}*
20+
>
21+
> ${{ github.event.issue.body }}
2122
'@
2223
2324
$headers = @{

0 commit comments

Comments
 (0)