diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8004473..2879b1a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign PR to creator - uses: toshimaru/auto-author-assign@v2.0.1 + uses: toshimaru/auto-author-assign@v2.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }}