diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml new file mode 100644 index 00000000..cf637fc3 --- /dev/null +++ b/.github/workflows/auto-author-assign.yml @@ -0,0 +1,13 @@ +name: 'Auto Author Assign' + +on: + pull_request_target: + types: [opened, reopened] + +jobs: + assign-author: + runs-on: ubuntu-latest + steps: + - uses: toshimaru/auto-author-assign@v1.2.0 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"