Skip to content

Commit 5d57f45

Browse files
ci: bump slackapi/slack-github-action from 1.27 to 3.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27 to 3.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.27...v3.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2318fe8 commit 5d57f45

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build_pypi_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- name: Send Notification to Slack
141141
id: slack_notify_ops_release
142-
uses: slackapi/slack-github-action@v1.27
142+
uses: slackapi/slack-github-action@v3.0
143143
with:
144144
channel-id: 'C01RJV08UJK'
145145
slack-message: |

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
GITHUB_RUN_ID: "${{ github.run_id }}"
266266
GITHUB_SHA: "${{ github.sha }}"
267267
SLACK_BOT_TOKEN: ${{ secrets.SLACK_LSE_BOT_TOKEN }}
268-
uses: slackapi/slack-github-action@v1.27
268+
uses: slackapi/slack-github-action@v3.0
269269
with:
270270
channel-id: 'C01RJV08UJK'
271271
slack-message: |

.github/workflows/follow-merge-upstream-repo-sync-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
240240
- name: Send Slack Notification on failure
241241
if: failure()
242-
uses: slackapi/slack-github-action@v2.1.1
242+
uses: slackapi/slack-github-action@v3.0
243243
env:
244244
MENTION: "<@${{ steps.team_details.outputs.slack-user-id }}>"
245245
UPSTREAM_PR: "<${{ steps.upstream-prs.outputs.first_upstream_pr_url }}|upstream pr>, "

.github/workflows/invite-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
! grep --only-matching --extended-regexp '(&quot;|")isSharedInviteError(&quot;|")\s*:\s*true' <(curl --silent --location --user-agent Chrome/65536.0.0.0 ${{ env.INVITE_LINK }})
1919
- name: Notify to Slack
2020
if: always() && steps.invite_link_is_active.outcome == 'failure'
21-
uses: slackapi/slack-github-action@v1.27
21+
uses: slackapi/slack-github-action@v3.0
2222
with:
2323
channel-id: '${{ secrets.SLACK_LS_MONITORING_CHANNEL }}'
2424
slack-message: "Our <${{ env.INVITE_LINK }}|public invite link> has expired and needs to be manually updated:\n1. <https://slack.com/intl/en-es/help/articles/201330256-Invite-new-members-to-your-workspace#share-an-invite-link|Generate a new link> without expiry date; you may need to deactivate the previous one first.\n2. Update the permanent redirect link <https://s3.console.aws.amazon.com/s3/bucket/slack.labelstud.io/property/website/edit?region=us-east-1|on the S3 dashboard> with newly generated link WITHOUT URL SCHEME."
@@ -36,7 +36,7 @@ jobs:
3636
# )
3737
# - name: Notify to Slack
3838
# if: always() && steps.invite_link_has_teamdomains.outcome == 'failure'
39-
# uses: slackapi/slack-github-action@v1.27
39+
# uses: slackapi/slack-github-action@v3.0
4040
# with:
4141
# channel-id: '${{ secrets.SLACK_LS_MONITORING_CHANNEL }}'
4242
# slack-message: "Our <${{ env.INVITE_LINK }}|public invite link> was configured to allow signups only from a list of allowed domains:\n1. Go to <https://label-studio.slack.com/admin/settings|Workspace settings>, next to `Joining This Workspace`, click `Expand`.\n2. Delete all domains from the list, select `Allow invitations` and click `Save`."

.github/workflows/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- name: Send Notification to Slack
169169
id: slack_notify_ops_release
170-
uses: slackapi/slack-github-action@v1.27
170+
uses: slackapi/slack-github-action@v3.0
171171
with:
172172
channel-id: '${{ vars.SLACK_CH_RELEASE_TRAIN }}'
173173
slack-message: |

0 commit comments

Comments
 (0)