From 0f3c9b3f90cc2b39d0673dc901f08e089ded8046 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 19 Nov 2023 13:30:41 +0100 Subject: [PATCH] Comented out an comment. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(