Skip to content

uuid

uuid #5

Workflow file for this run

name: Auto Approve
on: pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- run: echo "Auto-approving PR"
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}