website: turn off vercel PR comments (#715)

deploy preview checks will still work as normal, but there will no longer be direct comments on the PR
pull/723/head
Kyle MacDonald 6 years ago committed by GitHub
parent 1f48d97327
commit a6e35c768d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,7 @@
{
"version": 2,
"public": true
"public": true,
"github": {
"silent": true
}
}

Loading…
Cancel
Save