Skip to content

Bump yaml from 2.4.5 to 2.5.0 #4345

Bump yaml from 2.4.5 to 2.5.0

Bump yaml from 2.4.5 to 2.5.0 #4345

name: Dependabot Merge
on:
pull_request_target:
types:
- opened
jobs:
dependabot-merge:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- uses: peter-evans/find-comment@v3
id: find-comment
with:
token: ${{ secrets.GH_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
body-includes: '@dependabot merge'
- uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GH_TOKEN }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: '@dependabot merge'
edit-mode: replace