Skip to content

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.5 in /core/web-assets in the jest group across 1 directory #8099

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.5 in /core/web-assets in the jest group across 1 directory

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.5 in /core/web-assets in the jest group across 1 directory #8099

Workflow file for this run

# Workflow to associate labels automatically
name: PR-Labeler
# Trigger the workflow on pull request events
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"