1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Merge pull request #26 from DeterminateSystems/cole-h/push-qkwtwqoytvuq

ci: manual: don't try to comment on the perpetual PR
This commit is contained in:
Graham Christensen 2025-04-07 16:33:16 +00:00 committed by GitHub
commit 2233cf1d3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,7 +136,10 @@ jobs:
production-branch: detsys-main production-branch: detsys-main
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 # 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-comment: true
enable-commit-status: true enable-commit-status: true
overwrites-pull-request-comment: true overwrites-pull-request-comment: true