diff --git a/.github/workflows/notify-reviewers.yml b/.github/workflows/notify-reviewers.yml index 0370701a..92c59e6a 100644 --- a/.github/workflows/notify-reviewers.yml +++ b/.github/workflows/notify-reviewers.yml @@ -17,4 +17,5 @@ jobs: MESSAGE="@channel\nPull Request: [#$PR_ID]($PR_URL) by @$PR_AUTHOR\nRequested Reviewers: $REVIEWERS" - curl -X POST -H "Content-Type: application/json" -d "{\"text\": \"$MESSAGE\"}" $INTERNAL_NOTIFICATION_CHANNEL_API_ENDPOINT \ No newline at end of file + curl -X POST -H "Content-Type: application/json" -d "{\"text\": \"$MESSAGE\", \"username\": \"GitHub\", \"icon_url\": \"https://github.githubassets.com/favicons/favicon.png\"}" $INTERNAL_NOTIFICATION_CHANNEL_API_ENDPOINT + \ No newline at end of file