From bfbbe7fb480547184a18de932f16f651edc7844e Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 9 Oct 2023 17:06:19 -0400 Subject: [PATCH] Propagate-PR failures should link to their runs. --- .github/workflows/propagate.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/propagate.yml b/.github/workflows/propagate.yml index 7486ec6a7a..7c32c260c6 100644 --- a/.github/workflows/propagate.yml +++ b/.github/workflows/propagate.yml @@ -89,6 +89,13 @@ jobs: "type": "mrkdwn", "text": "Propagate-PR failed for *<${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>*\nFailure should be addressed by *${{ github.event.pull_request.user.login }}*" } + }, + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "Failed job: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" + } } ] }