Skip to content

[pull] main from baptisteArno:main #31

[pull] main from baptisteArno:main

[pull] main from baptisteArno:main #31

Workflow file for this run

name: Auto approve PRs by owner
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
auto-approve:
if: github.event.pull_request.user.login == 'baptisteArno' && !github.event.pull_request.draft
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4