Skip to content

chore: bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 #269

chore: bump hmarr/auto-approve-action from 3.2.1 to 4.0.0

chore: bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 #269

Workflow file for this run

name: Auto Approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: |
github.actor == 'dependabot[bot]' ||
contains(github.event.pull_request.labels.*.name, 'safe to approve')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"