From 1acca2b367ceaac9f140ab86db7eeaaf625a6284 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 31 Jul 2025 10:55:37 -0700 Subject: [PATCH] fixup: perpetual PR number --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae0ae17b3c5..3b050ad1460 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -197,8 +197,8 @@ jobs: deploy-message: "Deploy from GitHub Actions" # 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 }} + # https://github.com/DeterminateSystems/nix-src/pull/165 + enable-pull-request-comment: ${{ github.event.pull_request.number != 165 }} enable-commit-comment: true enable-commit-status: true overwrites-pull-request-comment: true