GitHub Actions: Assign pull request author automatically.
name: 'Auto Author Assign'
on: pull_request
jobs:
add-assignees:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v0.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"