Skip to content

gln/pr-review-sync-refresh-oyms #78

gln/pr-review-sync-refresh-oyms

gln/pr-review-sync-refresh-oyms #78

Workflow file for this run

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