mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
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:
committed by
github-actions[bot]
parent
b420d89c24
commit
a30eb990e5
2
.github/workflows/periodic-merge.yml
vendored
2
.github/workflows/periodic-merge.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user