File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ let generate_pull_request_notification notification channel =
50
50
)
51
51
in
52
52
let summary =
53
- sprintf " <%s|[%s]> Pull request #%d <%s|%s> %s by *%s*" repository.url repository.full_name number html_url (escape title)
54
- action sender.login
53
+ sprintf " <%s|[%s]> Pull request #%d <%s|%s> %s by *%s*" repository.url repository.full_name number html_url
54
+ (escape title) action sender.login
55
55
in
56
56
{
57
57
channel;
@@ -161,8 +161,8 @@ let generate_issue_notification notification channel =
161
161
)
162
162
in
163
163
let summary =
164
- sprintf " <%s|[%s]> Issue #%d <%s|%s> %s by *%s*" repository.url repository.full_name number html_url (escape title) action
165
- sender.login
164
+ sprintf " <%s|[%s]> Issue #%d <%s|%s> %s by *%s*" repository.url repository.full_name number html_url (escape title)
165
+ action sender.login
166
166
in
167
167
{
168
168
channel;
@@ -343,7 +343,8 @@ let generate_commit_comment_notification api_commit notification channel =
343
343
in
344
344
let summary =
345
345
sprintf " <%s|[%s]> *%s* commented on `<%s|%s>` %s" repository.url repository.full_name sender.login comment.html_url
346
- (git_short_sha_hash commit_id) (first_line (escape commit.message))
346
+ (git_short_sha_hash commit_id)
347
+ (first_line (escape commit.message))
347
348
in
348
349
let path =
349
350
match comment.path with
You can’t perform that action at this time.
0 commit comments