Skip to content

Commit 88fa162

Browse files
author
Ilya Radchenko
committed
Merge pull request #57 from apiv/master
Add pull request body to pull request meta information
2 parents 9bbae44 + b8d6707 commit 88fa162

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)