workflows/periodic-merge: link the target branch on GitHub when posting failure

Makes it easier to determine whether someone else has already manually merged.
This commit is contained in:
Michael Daniels
2026-01-23 17:13:58 -05:00
parent 28528e01b0
commit 4ca1898100
+1 -1
View File
@@ -65,5 +65,5 @@ jobs:
with:
issue-number: 105153
body: |
Periodic merge from `${{ inputs.from }}` into `${{ inputs.into }}` has [failed](https://github.com/NixOS/nixpkgs/actions/runs/${{ github.run_id }}).
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 }}).
token: ${{ steps.app-token.outputs.token }}