Silence GH Comments for Preview URLs (#18766)

Disabling GH Comments per @Timer 

These are the same settings we use for the `vercel/vercel` repo.
This commit is contained in:
Steven 2020-11-03 16:59:47 -05:00 committed by GitHub
parent 28e12876b8
commit 7e51b29c23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
vercel.json Normal file
View file

@ -0,0 +1,6 @@
{
"github": {
"silent": true,
"autoJobCancelation": true
}
}