diff --git a/.github/workflows/auto-assign-pr.yml b/.github/workflows/auto-assign-pr.yml index 47ad7c2..d06b6bc 100644 --- a/.github/workflows/auto-assign-pr.yml +++ b/.github/workflows/auto-assign-pr.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto Assign PR - uses: samspills/assign-pr-to-author@v1.0 + uses: samspills/assign-pr-to-author@v1.0.1 if: github.event_name == 'pull_request' && github.event.action == 'opened' with: repo-token: '${{ secrets.GITHUB_TOKEN }}'