Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

build(deps-dev): bump esbuild from 0.19.3 to 0.19.4 #50

build(deps-dev): bump esbuild from 0.19.3 to 0.19.4

build(deps-dev): bump esbuild from 0.19.3 to 0.19.4 #50

name: Dependabot Auto Merge
on: pull_request_target
jobs:
merge:
if: github.actor == 'dependabot[bot]'
name: Dependabot Auto Merge
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{secrets.BOTPR}}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '@dependabot squash and merge'
})