diff --git a/.github/workflows/auto_assign_pr.yml b/.github/workflows/auto_assign_pr.yml index cd0fa596..e35bbf6d 100644 --- a/.github/workflows/auto_assign_pr.yml +++ b/.github/workflows/auto_assign_pr.yml @@ -9,8 +9,4 @@ jobs: assign_creator: runs-on: ubuntu-latest steps: - - name: Assign PR to author - run: | - gh pr edit ${{ github.event.pull_request.number }} --add-assignee "${{ github.event.pull_request.user.login }}" - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: toshimaru/auto-author-assign@v1.6.2 \ No newline at end of file