diff --git a/.github/workflows/auto-assign-pr-author.yaml b/.github/workflows/auto-assign-pr-author.yaml new file mode 100644 index 0000000000..b81db4d207 --- /dev/null +++ b/.github/workflows/auto-assign-pr-author.yaml @@ -0,0 +1,14 @@ +name: Auto Assign Author + +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