mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-09 01:56:47 -05:00
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:
parent
236a091997
commit
00a55ad4d4
13
.github/workflows/auto-author-assign.yml
vendored
Normal file
13
.github/workflows/auto-author-assign.yml
vendored
Normal 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 }}"
|
Loading…
Reference in New Issue
Block a user