Make the Netlify bot quieter (#474)
This commit is contained in:
parent
0f82c57043
commit
f1003d2423
4
.github/workflows/frontend.yml
vendored
4
.github/workflows/frontend.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue