From a30eb990e5871d357bf2f14deb2a31ec8e14432e Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 13 Sep 2026 10:58:20 -0400 Subject: [PATCH] workflows/periodic-merge.yml: use new issue for failure reporting Previously, #105153 was used. That is no longer possible because it now has too many (2500+) comments. (cherry picked from commit fa947fe0d28de6bd1e8f354c24cc17a756d671dd) --- .github/workflows/periodic-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic-merge.yml b/.github/workflows/periodic-merge.yml index ae25a611c9fc..225c254c21b0 100644 --- a/.github/workflows/periodic-merge.yml +++ b/.github/workflows/periodic-merge.yml @@ -66,4 +66,4 @@ jobs: Periodic merge from `${{ inputs.from }}` into [`${{ inputs.into }}`](https://github.com/NixOS/nixpkgs/tree/${{ inputs.into }}) has [failed](https://github.com/NixOS/nixpkgs/actions/runs/${{ github.run_id }}). GH_TOKEN: ${{ steps.app-token.outputs.token }} run: | - gh pr comment 105153 --body "$BODY_TEXT" + gh issue comment 562905 --body "$BODY_TEXT"