Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 (backport #1287) #610

build(deps): bump braces from 3.0.2 to 3.0.3 (backport #1287)

build(deps): bump braces from 3.0.2 to 3.0.3 (backport #1287) #610

Workflow file for this run

name: Label pull request
on:
pull_request_target:
types:
- opened
- reopened
jobs:
triage:
permissions:
pull-requests: write
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"