Skip to content

Bump @algolia/client-search from 5.39.0 to 5.40.1 #1930

Bump @algolia/client-search from 5.39.0 to 5.40.1

Bump @algolia/client-search from 5.39.0 to 5.40.1 #1930

Workflow file for this run

on:
pull_request:
types: [opened]
name: Auto-label new PRs
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v8
with:
github-token: ${{ secrets.DOCS_GH_PAT }}
script: |
const labels = ['type::feature', 'type::docs']
github.rest.issues.addLabels({
...context.repo,
issue_number: context.issue.number,
labels
})