diff --git a/index.js b/index.js index 4e17dda..a1dfe8b 100644 --- a/index.js +++ b/index.js @@ -48,7 +48,7 @@ async function getAndPostPullRequests() { const pulls = await getResponse.json(); core.info(`GET request completed. Number of pulls: ${pulls.length}`); - core.info(`GET repsonse ${JSON.stringify(pulls, 2)}`); + // core.info(`GET repsonse ${JSON.stringify(pulls, 2)}`); // Logic to decide if a POST request is needed const targetPRFound = _.any(