1
0
Fork 0
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:
Cole Helbling 2025-04-07 09:15:51 -07:00
parent bc02da2a69
commit 74bcfbe10c
No known key found for this signature in database

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