Make the Netlify bot quieter (#474)

This commit is contained in:
Naïm Favier 2022-04-21 09:12:19 +02:00 committed by GitHub
parent 0f82c57043
commit f1003d2423
Failed to generate hash of commit

View file

@ -43,7 +43,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: 'Deploy from GitHub Actions' deploy-message: 'Deploy from GitHub Actions'
enable-pull-request-comment: true enable-pull-request-comment: true
enable-commit-comment: true overwrites-pull-request-comment: true
enable-commit-comment: false
enable-commit-status: true enable-commit-status: true
overwrites-pull-request-comment: false
if: github.repository_owner == 'NixOS' if: github.repository_owner == 'NixOS'