Skip to content

build(deps-dev): bump vite from 7.1.10 to 7.1.11 in /vue-example in the patch-dependencies group #53

build(deps-dev): bump vite from 7.1.10 to 7.1.11 in /vue-example in the patch-dependencies group

build(deps-dev): bump vite from 7.1.10 to 7.1.11 in /vue-example in the patch-dependencies group #53

Workflow file for this run

name: Auto Assign
permissions:
contents: read
pull-requests: write
on:
pull_request:
types:
- opened
- reopened
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
if: ${{ github.actor != 'dependabot[bot]' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}