Skip to content

Commit

Permalink
Propagate-PR failures should link to their runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 9, 2023
1 parent 891e2d2 commit bfbbe7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/propagate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
}
}
]
}
Expand Down

0 comments on commit bfbbe7f

Please sign in to comment.