diff --git a/index.js b/index.js index 0acd553..0b09c15 100644 --- a/index.js +++ b/index.js @@ -29,7 +29,6 @@ async function getAndPostPullRequests() { Authorization: `token ${githubToken}`, "Content-Type": "application/json", }; - // Logic for current branch if (!branch) { const ref = process.env.GITHUB_REF;