From 0b35dbd5b88669c0d4538487ac90f0b94fb1d8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Fri, 27 Jan 2023 21:38:36 +0800 Subject: [PATCH] chore: dislabe github notification --- playground/vercel.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 playground/vercel.json diff --git a/playground/vercel.json b/playground/vercel.json new file mode 100644 index 0000000..7ae9a3d --- /dev/null +++ b/playground/vercel.json @@ -0,0 +1,5 @@ +{ + "github": { + "silent": true + } +}