Skip to content

chore(deps): bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory #20

chore(deps): bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory

chore(deps): bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory #20

Workflow file for this run

# ---------------------------------------------------
# Auto Labeler
# ---------------------------------------------------
# Automatically applies labels to pull requests based
# on the files changed, using rules defined in
# .github/labeler.yaml.
# ---------------------------------------------------
name: auto-labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/labeler@v6
with:
configuration-path: .github/labeler.yaml