Skip to content

Commit fa03891

Browse files
committed
Merge branch 'fb-optic-1045' of github.com:HumanSignal/label-studio into fb-optic-1045
2 parents 8ee9dac + 07c9f39 commit fa03891

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
GITHUB_RUN_ID: "${{ github.run_id }}"
170170
GITHUB_SHA: "${{ github.sha }}"
171171
SLACK_BOT_TOKEN: ${{ secrets.SLACK_LSE_BOT_TOKEN }}
172-
uses: slackapi/slack-github-action@v1.27
172+
uses: slackapi/slack-github-action@v2.0
173173
with:
174174
channel-id: 'C01RJV08UJK'
175175
payload: "{\"text\": \":alert:<!subteam^${{ vars.SLACK_GR_DEVOPS }}>\\n*Branch: ${{ inputs.branch_name }}*\\n*Build status: <https://github.com/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}|FAILED>*\\n*Commit: <https://github.com/${{ env.GITHUB_REPOSITORY }}/commit/${{ steps.version.outputs.sha }}|${{ steps.version.outputs.sha }}>*\"}"

.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@v2.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@v2.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@v2.0
171171
with:
172172
channel-id: '${{ vars.SLACK_CH_RELEASE_TRAIN }}'
173173
slack-message: |

.github/workflows/test_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ inputs.head_sha }}
4141

4242
- name: Setup Conda
43-
uses: conda-incubator/setup-miniconda@v3.0.4
43+
uses: conda-incubator/setup-miniconda@v3.1.0
4444
with:
4545
auto-update-conda: true
4646
python-version: ${{ matrix.python-version }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Upload coverage to Codecov
165165
if: ${{ github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' }}
166-
uses: codecov/codecov-action@v4.6.0
166+
uses: codecov/codecov-action@v5.0.2
167167
with:
168168
name: codecov-python-${{ matrix.python-version }}
169169
flags: pytests

docs/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,9 +1674,9 @@ create-error-class@^3.0.2:
16741674
capture-stack-trace "^1.0.0"
16751675

16761676
cross-spawn@^7.0.0, cross-spawn@^7.0.3:
1677-
version "7.0.3"
1678-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1679-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1677+
version "7.0.5"
1678+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
1679+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
16801680
dependencies:
16811681
path-key "^3.1.0"
16821682
shebang-command "^2.0.0"

0 commit comments

Comments
 (0)