Skip to content

Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 #32

Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0

Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 #32

Workflow file for this run

name: Assign PR to creator
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: toshimaru/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}