server/client: mute vercel github comments

This commit is contained in:
Max Leiter 2022-04-05 16:25:05 -07:00
parent 808314658d
commit 32cc1f861e
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

7
vercel.json Normal file
View file

@ -0,0 +1,7 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"github": {
"silent": true,
"autoJobCancelation": true
}
}