Skip to content

Commit 6db97a2

Browse files
chore(deps): update slackapi/slack-github-action action to v1.27.1 (#2977)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 054f14c commit 6db97a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack-pr-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contains(toJson(github.event.pull_request.labels.*.name), '"RFC"')
2222
steps:
2323
- name: Notify Slack
24-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
24+
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
2525
with:
2626
channel-id: ${{ env.channel }}
2727
slack-message: "${{ github.actor }} posted a RFC: ${{ github.event.pull_request.title }}. URL: ${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)