Skip to content

chore: 0.7.0

chore: 0.7.0 #306

name: Auto approve and merge PRs by dependabot
on:
pull_request
jobs:
autoapprove:
name: Auto Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: hmarr/auto-approve-action@v3.2.1
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.DEPENDABOT_TOKEN }}