From f1003d242381398e629f895fa85694e67703f674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Thu, 21 Apr 2022 09:12:19 +0200 Subject: [PATCH] Make the Netlify bot quieter (#474) --- .github/workflows/frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 4b13f3e..efd0857 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -43,7 +43,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: 'Deploy from GitHub Actions' enable-pull-request-comment: true - enable-commit-comment: true + overwrites-pull-request-comment: true + enable-commit-comment: false enable-commit-status: true - overwrites-pull-request-comment: false if: github.repository_owner == 'NixOS'