We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc69e3 commit 1c03762Copy full SHA for 1c03762
index.js
@@ -64,7 +64,7 @@ module.exports = app => {
64
app.on(["pull_request.opened", "pull_request.synchronize"], async context => {
65
const params = context.issue();
66
67
- console.log(params);
+ console.log(context.payload);
68
69
const commentId = await getCommentId(context, params);
70
const hasChangeset = await getChangesetId(context, params);
0 commit comments