Skip to content

Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 #30

Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0

Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 #30

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.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}