Auto Author Assign

In most cases, pull request author should be assigned as assignee
of the pull request. This action automatically assigns PR author
as an assignee.
This commit is contained in:
Panagiotis Georgiadis 2021-03-24 14:10:13 +01:00
parent 236a091997
commit 00a55ad4d4
No known key found for this signature in database
GPG Key ID: A5B9AF563B15B24F
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name: 'Auto Author Assign'
on:
pull_request_target:
types: [opened, reopened]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"