Skip to content

Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 #30

Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0

Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 #30

name: Dependabot auto approve
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3.2.1
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}