We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5a577 commit be66ee3Copy full SHA for be66ee3
.github/workflows/notification.yaml
@@ -20,6 +20,6 @@ jobs:
20
PR_READY_FOR_REVIEW_FORMAT: |
21
:github: *${{ github.event.repository.name }}* pull request *opened* by { pull_request.user.login }: <{ pull_request.html_url }|{ pull_request.title }>
22
PR_REJECTED_FORMAT: |
23
- :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 }>
24
PR_COMMENTED_FORMAT: |
25
:paperclip: *${{ github.event.repository.name }}* pull request *commented* by { review.user.login }: <{ pull_request.html_url }|{ pull_request.title }>
0 commit comments