Skip to content

Workflow for auto-assigning author to the PR #1

Workflow for auto-assigning author to the PR

Workflow for auto-assigning author to the PR #1

name: Auto assign auhtor to PR
on:
pull_request:
types: [ opened, reopened ]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.0.0