Skip to content

build(deps): bump @babel/runtime-corejs3 from 7.22.11 to 7.22.15 in /core/web-assets #6881

build(deps): bump @babel/runtime-corejs3 from 7.22.11 to 7.22.15 in /core/web-assets

build(deps): bump @babel/runtime-corejs3 from 7.22.11 to 7.22.15 in /core/web-assets #6881

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 }}"