mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-01-21 20:08:56 +00:00
Auto author GH action (#19)
This commit is contained in:
parent
3ec1156344
commit
fe5af61e54
15
.github/workflows/auto-author.yml
vendored
Normal file
15
.github/workflows/auto-author.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Auto Author Assign
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ opened, reopened ]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
assign-author:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: toshimaru/auto-author-assign@v1.6.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user