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 1c03762 commit 6ad266aCopy full SHA for 6ad266a
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(context.payload);
+ console.log(JSON.stringify(context.payload));
68
69
const commentId = await getCommentId(context, params);
70
const hasChangeset = await getChangesetId(context, params);
0 commit comments