Skip to content

Commit

Permalink
add pull request body to embed
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy committed Jan 31, 2025
1 parent fa2859b commit 1bc7ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ function buildPull(json: any, env: BoundEnv): string | null {
`[${repository["full_name"]}] ${type} opened: #${pull_request.number} ${pull_request.title}`,
pull_request["html_url"],
sender,
color
color,
pull_request.body
);
}

Expand Down

0 comments on commit 1bc7ca4

Please sign in to comment.