Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 1ff0f3d

Browse files
committed
minor
1 parent 9fc286c commit 1ff0f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async function onPullOpen({repository, number}) {
121121

122122
async function onPullRequestReviewSubmit({repository, review, pull_request: {number, labels}}) {
123123

124-
debug("PR request submitted", review.state);
124+
debug("PR request submitted", review.state, number);
125125

126126
labels = _.keyBy(labels, 'name');
127127

0 commit comments

Comments
 (0)