From 4c1a2f7374ad2f5ed536791af35d624a1fe49fbe Mon Sep 17 00:00:00 2001 From: hzliangbin Date: Sat, 31 Oct 2020 18:25:42 +0800 Subject: [PATCH] diasble commit comment --- .github/workflows/deploy-netlify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-netlify.yml b/.github/workflows/deploy-netlify.yml index ba0e404965d4..1531797f88eb 100644 --- a/.github/workflows/deploy-netlify.yml +++ b/.github/workflows/deploy-netlify.yml @@ -28,9 +28,9 @@ jobs: production-deploy: false github-token: ${{ secrets.ENVOY }} deploy-message: "${{ github.event.pull_request.title }} Deploy succeeded" - enable-pull-request-comment: true - enable-commit-comment: true - overwrites-pull-request-comment: true + enable-pull-request-comment: false + enable-commit-comment: false + overwrites-pull-request-comment: false alias: deploy-preview-${{ github.event.number }} env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}