Create auto_author_assign.yml (#6696)

This commit is contained in:
Jeremy Tuloup 2023-01-16 14:03:41 +01:00 committed by GitHub
parent ffc7d8dcc3
commit 7b82dbbdf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
# https://github.com/marketplace/actions/auto-author-assign
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