denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

How to prevent deno-deploy bot from creating comments in github? #620

Open oluckyman opened 7 months ago

oluckyman commented 7 months ago

What problem are you trying to solve?

Deno Deploy puts comments in github on failed deploys and it generates unwanted notifications.

image

Describe the solution you'd like

Ideally deno-deploy is silent by default. Or at least there is a documented way to silence it. e.g. in vercel you can put this into vercel.json:

{
  "github": {
    "silent": true
  }
}

Describe alternatives you've considered

googled, read docs, read issues here, cannot find any hint how to configure deno-deploy bot

Documentation, Adoption, Migration Strategy

No response