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 fa947fe0d2)
This commit is contained in:
Michael Daniels
2026-09-13 10:58:20 -04:00
committed by github-actions[bot]
parent b420d89c24
commit a30eb990e5

View File

@@ -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"