mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-04 17:27:16 -05:00
14 lines
299 B
YAML
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 }}"
|