Skip to content

chore(deps-dev): bump vite from 5.4.21 to 8.0.16 in /integrations/wagmi in the npm_and_yarn group across 1 directory #1505

chore(deps-dev): bump vite from 5.4.21 to 8.0.16 in /integrations/wagmi in the npm_and_yarn group across 1 directory

chore(deps-dev): bump vite from 5.4.21 to 8.0.16 in /integrations/wagmi in the npm_and_yarn group across 1 directory #1505

name: Check Changelog
on:
pull_request:
types:
- opened
- synchronize
- labeled
- unlabeled
jobs:
check_changelog:
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
with:
action-sha: fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
base-branch: ${{ github.event.pull_request.base.ref }}
head-ref: ${{ github.head_ref }}
labels: ${{ toJSON(github.event.pull_request.labels) }}
pr-number: ${{ github.event.pull_request.number }}
repo: ${{ github.repository }}
secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }}