Skip to content

Commit f2271fe

Browse files
Merge pull request #439 from redhat-openshift-ecosystem/ISV-4601-3
Add link to failed run to Slack notification
2 parents 3283dda + 92e5572 commit f2271fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/templates/workflow/operator_release.yaml.js2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ jobs:
10791079
with:
10801080
notification_title: 'Release pipeline failed: ${{ needs.pr-check.outputs.opp_pr_title }}'
10811081
token: ${{ secrets.GITHUB_TOKEN }}
1082-
message_format: "{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>. <{workflow_url}|View Workflow>"
1082+
message_format: "{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>. <{run_url}|View Failed Run>"
10831083
footer: 'monitoring'
10841084
status: 'failure'
10851085
notify_when: 'failure'

0 commit comments

Comments
 (0)