Skip to content

Commit

Permalink
Merge pull request #2804 from ActiveState/mitchell/dx-2203
Browse files Browse the repository at this point in the history
Propagate-PR failures should link to their runs.
  • Loading branch information
mitchell-as authored Oct 10, 2023
2 parents 2d1f9f1 + bfbbe7f commit 15f20e9
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 15f20e9

Please sign in to comment.