Skip to content

Commit

Permalink
fix: Added missing repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 21, 2023
1 parent 706e8b2 commit 36beae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export async function approvePullRequest(github, repo, pull_request, body) {
await github.rest.pulls.createReview({
owner: repo.owner.login,
repo: repo.name,
pull_number: pull_request.number,
event: 'APPROVE',
body
Expand Down

0 comments on commit 36beae6

Please sign in to comment.