mirror of https://github.com/waku-org/nwaku.git
chore: workflow to autoassign PR (#2604)
This commit is contained in:
parent
768c61b114
commit
10d36c392b
|
@ -0,0 +1,12 @@
|
|||
name: Auto Assign PR to Creator
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
assign_creator:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: toshimaru/auto-author-assign@v1.6.2
|
Loading…
Reference in New Issue