mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-01-27 15:05:42 +00:00
Auto author GH action (#40)
This commit is contained in:
parent
c745839d93
commit
3de48c3d98
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