Skip to content

Commit 1bc7ca4

Browse files
committed
add pull request body to embed
1 parent fa2859b commit 1bc7ca4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ function buildPull(json: any, env: BoundEnv): string | null {
418418
`[${repository["full_name"]}] ${type} opened: #${pull_request.number} ${pull_request.title}`,
419419
pull_request["html_url"],
420420
sender,
421-
color
421+
color,
422+
pull_request.body
422423
);
423424
}
424425

0 commit comments

Comments
 (0)