Skip to content

Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0 #28

Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0

Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0 #28

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/auto-author-assign@v2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}