Skip to content

Commit bd074df

Browse files
author
Ilya Radchenko
committed
Merge pull request #46 from phiros/store_pull_request_number_as_job_meta_data
Store pull request number as job meta data
2 parents c31408e + d17cc46 commit bd074df

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
@@ -124,7 +124,8 @@ function pullRequestJob(pr) {
124124
pull_request: {
125125
user: pr.head.repo.owner.login,
126126
repo: pr.head.repo.name,
127-
sha: pr.head.sha
127+
sha: pr.head.sha,
128+
number: pr.number
128129
}
129130
}
130131
}

0 commit comments

Comments
 (0)