@@ -50,7 +50,7 @@ let generate_pull_request_notification notification =
50
50
in
51
51
let summary =
52
52
Some
53
- (sprintf " <%s|[%s]> Pull request #%d <%s|%s> %s by %s " repository.url repository.full_name number html_url title
53
+ (sprintf " <%s|[%s]> Pull request #%d <%s|%s> %s by *%s* " repository.url repository.full_name number html_url title
54
54
action sender.login)
55
55
in
56
56
{
@@ -89,7 +89,7 @@ let generate_pr_review_notification notification =
89
89
in
90
90
let summary =
91
91
Some
92
- (sprintf " <%s|[%s]> %s <%s|%s> #%d <%s|%s>" repository.url repository.full_name sender.login review.html_url
92
+ (sprintf " <%s|[%s]> *%s* <%s|%s> #%d <%s|%s>" repository.url repository.full_name sender.login review.html_url
93
93
action_str number html_url title)
94
94
in
95
95
{
@@ -122,7 +122,7 @@ let generate_pr_review_comment_notification notification =
122
122
in
123
123
let summary =
124
124
Some
125
- (sprintf " <%s|[%s]> %s %s on #%d <%s|%s>" repository.url repository.full_name sender.login action_str number
125
+ (sprintf " <%s|[%s]> *%s* %s on #%d <%s|%s>" repository.url repository.full_name sender.login action_str number
126
126
html_url title)
127
127
in
128
128
let file =
@@ -164,7 +164,7 @@ let generate_issue_notification notification =
164
164
in
165
165
let summary =
166
166
Some
167
- (sprintf " <%s|[%s]> Issue #%d <%s|%s> %s by %s " repository.url repository.full_name number html_url title action
167
+ (sprintf " <%s|[%s]> Issue #%d <%s|%s> %s by *%s* " repository.url repository.full_name number html_url title action
168
168
sender.login)
169
169
in
170
170
{
@@ -198,7 +198,7 @@ let generate_issue_comment_notification notification =
198
198
in
199
199
let summary =
200
200
Some
201
- (sprintf " <%s|[%s]> %s <%s|%s> on #%d <%s|%s>" repository.url repository.full_name sender.login comment.html_url
201
+ (sprintf " <%s|[%s]> *%s* <%s|%s> on #%d <%s|%s>" repository.url repository.full_name sender.login comment.html_url
202
202
action_str number issue.html_url title)
203
203
in
204
204
{
@@ -338,7 +338,7 @@ let generate_commit_comment_notification cfg notification =
338
338
in
339
339
let summary =
340
340
Some
341
- (sprintf " <%s|[%s]> %s commented on `<%s|%s>` %s" repository.url repository.full_name sender.login
341
+ (sprintf " <%s|[%s]> *%s* commented on `<%s|%s>` %s" repository.url repository.full_name sender.login
342
342
comment.html_url (git_short_sha_hash commit_id) (first_line commit.message))
343
343
in
344
344
let path =
0 commit comments