Skip to content

Bump the entity-framework-core group across 1 directory with 3 updates #73

Bump the entity-framework-core group across 1 directory with 3 updates

Bump the entity-framework-core group across 1 directory with 3 updates #73

name: Auto-merge for Dependabot PRs
on:
pull_request:
branches: [ main ]
permissions:
contents: write
pull-requests: write
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge
run: gh pr merge --auto --rebase "${PR_URL}"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}