Skip to content

Commit b8d6707

Browse files
Austin PivarnikAustin Pivarnik
authored andcommitted
Add pull request body to pull request meta information
1 parent 066bb19 commit b8d6707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/webhooks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ function pullRequestJob(pr) {
125125
user: pr.head.repo.owner.login,
126126
repo: pr.head.repo.name,
127127
sha: pr.head.sha,
128-
number: pr.number
128+
number: pr.number,
129+
body: pr.body
129130
}
130131
}
131132
}

0 commit comments

Comments
 (0)