diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 98a841f3..cc68c4ab 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -47,7 +47,7 @@ jobs: if: github.event_name == 'pull_request' steps: - name: Assign reviewers - uses: kentaro-m/auto-assign-action@v2.0.0 + uses: kentaro-m/auto-assign-action@v2.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/auto-assign.yml