Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusgrave committed Sep 6, 2019
1 parent 4d83e75 commit f8f13ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ console.log(JSON.stringify(github.context));
await octokit.graphql(`mutation {
submitPullRequestReview( input: { clientMutationId: "${github.context.payload.base.repo.node_id}", pullRequestReview: "APPROVE"
}) { clientMutationId } }`)
})
})()

0 comments on commit f8f13ea

Please sign in to comment.