Skip to content

fix: automerge with automatic token #116

fix: automerge with automatic token

fix: automerge with automatic token #116

Workflow file for this run

name: auto-merge
on:
pull_request_target:
permissions:
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: ahmadnassri/[email protected]
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
command: "squash and merge"
approve: true
target: minor