Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusgrave committed Sep 9, 2019
1 parent 0c0e6e6 commit 68e090e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const octokit = new github.GitHub(token);
pullRequestReviewId: "${
github.context.payload["pull_request"].base.repo["node_id"]
}",
event: "APPROVE"
}) {pullRequestReview} }`);
event: "approve"
}) {clientMutationId} }`);
} catch (e) {
console.error(e);
}
Expand Down

0 comments on commit 68e090e

Please sign in to comment.