Skip to content

chore(deps): bump async-graphql-axum from 4.0.16 to 6.0.7 #238

chore(deps): bump async-graphql-axum from 4.0.16 to 6.0.7

chore(deps): bump async-graphql-axum from 4.0.16 to 6.0.7 #238

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