Skip to content

chore: Release 0.7.4 #325

chore: Release 0.7.4

chore: Release 0.7.4 #325

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/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.DEPENDABOT_TOKEN }}