Merge branch 'waku-org:master' into master

This commit is contained in:
gusto 2023-01-24 17:28:11 +02:00 committed by GitHub
commit a0bf9db147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/auto-author.yml vendored Normal file
View 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