Skip to content

build(deps-dev): bump eslint-plugin-vue from 9.33.0 to 10.5.1 #8

build(deps-dev): bump eslint-plugin-vue from 9.33.0 to 10.5.1

build(deps-dev): bump eslint-plugin-vue from 9.33.0 to 10.5.1 #8

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