Skip to content

create auto assign workflow #1

create auto assign workflow

create auto assign workflow #1

Workflow file for this run

name: Auto Author Assign
on:
pull_request:
types: [opened, reopened]
permissions:
issues: write
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]