fix: remove debug logs
This commit is contained in:
@ -41,7 +41,6 @@ async function fetchPatch(): Promise<string> {
|
|||||||
case `push`:
|
case `push`:
|
||||||
return await fetchPushPatch(ctx)
|
return await fetchPushPatch(ctx)
|
||||||
case `merge_group`:
|
case `merge_group`:
|
||||||
core.info(JSON.stringify(ctx.payload))
|
|
||||||
return ``
|
return ``
|
||||||
default:
|
default:
|
||||||
core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`)
|
core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`)
|
||||||
|
Reference in New Issue
Block a user