Skip to content

Bump Soenneker.Tests.Unit from 1.0.85 to 1.0.87 #46

Bump Soenneker.Tests.Unit from 1.0.85 to 1.0.87

Bump Soenneker.Tests.Unit from 1.0.85 to 1.0.87 #46

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
env:
GH_TOKEN: ${{ secrets.DEPENDABOT }}
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
- name: Approve patch and minor updates
run: gh pr review $PR_URL --approve -b "I'm **approving** this pull request"
env:
PR_URL: ${{github.event.pull_request.html_url}}