From 7b547992bc855a7fb5c09de884aca824bbe0f8a4 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 10 May 2024 03:47:36 +0200 Subject: [PATCH] fix: remove debug logs --- src/run.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/run.ts b/src/run.ts index 0cf9547..7e3fa1c 100644 --- a/src/run.ts +++ b/src/run.ts @@ -41,7 +41,6 @@ async function fetchPatch(): Promise { case `push`: return await fetchPushPatch(ctx) case `merge_group`: - core.info(JSON.stringify(ctx.payload)) return `` default: core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`)