Skip to content

build(deps-dev): bump vue-tsc from 3.1.1 to 3.1.2 in /vue-example in the patch-dependencies group #64

build(deps-dev): bump vue-tsc from 3.1.1 to 3.1.2 in /vue-example in the patch-dependencies group

build(deps-dev): bump vue-tsc from 3.1.1 to 3.1.2 in /vue-example in the patch-dependencies group #64

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