4040 steps :
4141 - name : Post PR summary message to slack
4242 id : message
43- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
43+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
4444 with :
4545 method : chat.postMessage
4646 token : ${{ secrets.MY_SLACK_BOT_TOKEN }}
@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : React to PR summary message in slack with emoji
121121 if : ${{ steps.slack-timestamp.outputs.github_event_pull_request_html_url == 'true' && env.EMOJI != 'false' }}
122- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
122+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
123123 with :
124124 method : reactions.add
125125 token : ${{ secrets.MY_SLACK_BOT_TOKEN }}
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Update the original message with status Merged ✅
132132 if : ${{ github.event.pull_request.merged && steps.slack-timestamp.outputs.github_event_pull_request_html_url == 'true' }}
133- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
133+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
134134 with :
135135 method : chat.update
136136 token : ${{ secrets.MY_SLACK_BOT_TOKEN }}
@@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Update the original message with status Closed ❎
149149 if : ${{ github.event.action == 'closed' && github.event.pull_request.merged == false && steps.slack-timestamp.outputs.github_event_pull_request_html_url == 'true' }}
150- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
150+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
151151 with :
152152 method : chat.update
153153 token : ${{ secrets.MY_SLACK_BOT_TOKEN }}
0 commit comments