Skip to content

chore: update bindings version #302

chore: update bindings version

chore: update bindings version #302

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 }}