Skip to content

Commit d4c7b0a

Browse files
committed
chore: make Vercel stop commenting on PRs and commits
Vercel comments by default on PRs and that makes GitHub send a notication right away to the submitter, which is not really useful.
1 parent 87dda1b commit d4c7b0a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"github": {
3+
"silent": true
4+
}
5+
}

0 commit comments

Comments
 (0)