Skip to content

chore(deps-dev): bump vite-plugin-static-copy from 3.1.1 to 3.1.2 in the npm_and_yarn group #286

chore(deps-dev): bump vite-plugin-static-copy from 3.1.1 to 3.1.2 in the npm_and_yarn group

chore(deps-dev): bump vite-plugin-static-copy from 3.1.1 to 3.1.2 in the npm_and_yarn group #286

name: Label Pull Requests
on:
- pull_request_target
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Add Labels for PR
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: ".github/labeler.yaml"