We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054f14c commit 6db97a2Copy full SHA for 6db97a2
.github/workflows/slack-pr-notification.yml
@@ -21,7 +21,7 @@ jobs:
21
contains(toJson(github.event.pull_request.labels.*.name), '"RFC"')
22
steps:
23
- name: Notify Slack
24
- uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
+ uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
25
with:
26
channel-id: ${{ env.channel }}
27
slack-message: "${{ github.actor }} posted a RFC: ${{ github.event.pull_request.title }}. URL: ${{ github.event.pull_request.html_url }}"
0 commit comments