mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
ci: manual: don't try to comment on the perpetual PR
This commit is contained in:
parent
bc02da2a69
commit
74bcfbe10c
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -136,7 +136,10 @@ jobs:
|
|||
production-branch: detsys-main
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
deploy-message: "Deploy from GitHub Actions"
|
||||
enable-pull-request-comment: true
|
||||
# NOTE(cole-h): We have a perpetual PR displaying our changes against upstream open, but
|
||||
# its conversation is locked, so this PR comment can never be posted.
|
||||
# https://github.com/DeterminateSystems/nix-src/pull/4
|
||||
enable-pull-request-comment: ${{ github.event.pull_request.number != 4 }}
|
||||
enable-commit-comment: true
|
||||
enable-commit-status: true
|
||||
overwrites-pull-request-comment: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue