Skip to content

Commit

Permalink
Merge pull request #12 from payrails/PTSD-253-pr-notification-wording
Browse files Browse the repository at this point in the history
PTSD-253: wording in PR's slack notification
  • Loading branch information
vblz authored Jun 20, 2024
2 parents 2a5a577 + be66ee3 commit 7f2d361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }>

0 comments on commit 7f2d361

Please sign in to comment.