Skip to content

Bump laravel-vite-plugin from 1.0.4 to 1.1.1 #155

Bump laravel-vite-plugin from 1.0.4 to 1.1.1

Bump laravel-vite-plugin from 1.0.4 to 1.1.1 #155

Workflow file for this run

name: Labeler
on:
workflow_dispatch:
pull_request:
types:
- opened
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"