Skip to content

Bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 #33

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

Bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 #33

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