Skip to content

Commit 0278da9

Browse files
authored
Merge pull request #6496 from NHSDigital/slack-notification-mentions
Add author of merge commit to Slack notification for failed tests
2 parents 26ec749 + f16b5f8 commit 0278da9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- type: "section"
5252
text:
5353
type: "mrkdwn"
54-
text: ":rotating_light: *Continuous Deployment failed* :rotating_light:\n\n \
54+
text: ":rotating_light: *Continuous Deployment failed* :rotating_light:\nPull request merged by: <https://github.com/${{ github.actor }}|${{ github.actor }}>\n\n \
5555
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run>"
5656
# yamllint enable rule:line-length
5757
- name: Send Slack notification about failed E2E tests
@@ -68,6 +68,6 @@ jobs:
6868
- type: "section"
6969
text:
7070
type: "mrkdwn"
71-
text: ":rotating_light: *E2E tests failed on next* :rotating_light:\n\n \
71+
text: ":rotating_light: *E2E tests failed on next* :rotating_light:\nPull request merged by: <https://github.com/${{ github.actor }}|${{ github.actor }}>\n\n \
7272
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run>"
7373
# yamllint enable rule:line-length

0 commit comments

Comments
 (0)