Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in /ui #23157

Bump cross-spawn from 7.0.3 to 7.0.6 in /ui

Bump cross-spawn from 7.0.3 to 7.0.6 in /ui #23157

Workflow file for this run

name: Labeler
# see https://github.com/actions/labeler/issues/136#issuecomment-1357839196
on: [pull_request_target]
permissions:
contents: read
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/labeler@v5
with:
repo-token: "${{ github.token }}"