1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-28 18:15:23 +00:00
OpenDiablo2/.github/workflows/auto-author-assign.yml
Panagiotis Georgiadis 00a55ad4d4
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.
2021-03-24 14:10:17 +01:00

14 lines
299 B
YAML

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 }}"