Skip to content

Commit

Permalink
fix: nope (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Aug 2, 2024
1 parent ae1bb79 commit 94d950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ webhooks.on(
attempt++;

const pr = await octokit.pulls.get({
owner: PERMISSIONS_FILE_REPO,
owner: PERMISSIONS_FILE_ORG,
repo: PERMISSIONS_FILE_REPO,
pull_number: event.payload.pull_request.number,
});
Expand Down

0 comments on commit 94d950d

Please sign in to comment.