Prevent vercel comments on commits and pull requests (#76)

This commit is contained in:
Jonah Lawrence 2022-10-07 17:22:40 -06:00 committed by GitHub
parent eeb7aed40c
commit 960814ee23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -4,5 +4,8 @@
"runtime": "vercel-php@0.5.2" "runtime": "vercel-php@0.5.2"
} }
}, },
"routes": [{ "src": "/(.*)", "dest": "/api/index.php" }] "routes": [{ "src": "/(.*)", "dest": "/api/index.php" }],
"github": {
"silent": true
}
} }