From 94d950dd4014adac1a47f20d6892cfbbaed805bc Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 2 Aug 2024 16:16:03 -0700 Subject: [PATCH] fix: nope (#70) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e258658..28a72d6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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, });