Skip to content

fix: fix auto-approve action #9

fix: fix auto-approve action

fix: fix auto-approve action #9

Workflow file for this run

name: Auto approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.BOT_TOKEN }}