Open oluckyman opened 9 months ago
Deno Deploy puts comments in github on failed deploys and it generates unwanted notifications.
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 } }
googled, read docs, read issues here, cannot find any hint how to configure deno-deploy bot
No response
What problem are you trying to solve?
Deno Deploy puts comments in github on failed deploys and it generates unwanted notifications.
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:
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