From be66ee342013f0abfe3dc880e05c1b3ec6f52050 Mon Sep 17 00:00:00 2001 From: Vasilii Blazhnov Date: Fri, 14 Jun 2024 18:39:35 +0200 Subject: [PATCH] PTSD-253: wording in PR's slack notification --- .github/workflows/notification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notification.yaml b/.github/workflows/notification.yaml index 8b62654..de4b75b 100644 --- a/.github/workflows/notification.yaml +++ b/.github/workflows/notification.yaml @@ -20,6 +20,6 @@ jobs: PR_READY_FOR_REVIEW_FORMAT: | :github: *${{ github.event.repository.name }}* pull request *opened* by { pull_request.user.login }: <{ pull_request.html_url }|{ pull_request.title }> PR_REJECTED_FORMAT: | - :warning: *${{ github.event.repository.name }}* pull request *rejected* by { review.user.login }: <{ pull_request.html_url }|{ pull_request.title }> + :warning: *${{ github.event.repository.name }}* pull request *changes requested* by { review.user.login }: <{ pull_request.html_url }|{ pull_request.title }> PR_COMMENTED_FORMAT: | :paperclip: *${{ github.event.repository.name }}* pull request *commented* by { review.user.login }: <{ pull_request.html_url }|{ pull_request.title }>