denoland / denoland/deploy_feedback
How to prevent deno-deploy bot from creating comments in github?
Open
enhancement
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### 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:
```
{
"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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.