Skip to content

Commit

Permalink
fix: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 10, 2024
1 parent a4f60bb commit 7b54799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/run.ts
Expand Up @@ -41,7 +41,6 @@ async function fetchPatch(): Promise<string> {
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}`)
Expand Down

0 comments on commit 7b54799

Please sign in to comment.