Skip to content

build(deps-dev): bump @types/node from 20.5.1 to 20.5.2 #1231

build(deps-dev): bump @types/node from 20.5.1 to 20.5.2

build(deps-dev): bump @types/node from 20.5.1 to 20.5.2 #1231

Workflow file for this run

name: Dependabot
on: pull_request_target
jobs:
approve:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v2
with:
github-token: "${{ secrets.GH_TOKEN }}"
script: |
await github.issues.createComment({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
issue_number: context.payload.pull_request.number,
body: '@dependabot merge'
})