Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Chore/release

Chore/release #645

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