Skip to content

chore: update workflows from templates #465

chore: update workflows from templates

chore: update workflows from templates #465

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