From a6e35c768d461b1dcc398c5e81234952fda12f9f Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Fri, 16 Oct 2020 14:52:49 -0400 Subject: [PATCH] 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 --- website/vercel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/vercel.json b/website/vercel.json index ad0e88c84a..0e6117e609 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -1,4 +1,7 @@ { "version": 2, - "public": true + "public": true, + "github": { + "silent": true + } }