Skip to content

chore(deps-dev): bump vite from 5.3.5 to 5.4.6 #151

chore(deps-dev): bump vite from 5.3.5 to 5.4.6

chore(deps-dev): bump vite from 5.3.5 to 5.4.6 #151

Workflow file for this run

# https://github.com/marketplace/actions/auto-approve
name: Auto Approve
on:
pull_request:
branches:
- main
jobs:
auto-approve:
runs-on: ubuntu-20.04
permissions:
pull-requests: write
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: hmarr/auto-approve-action@v4
if: github.actor == 'hanspagel' && github.head_ref == 'changeset-release/main'
env:
GH_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}