diff --git a/.github/workflows/no-response.yaml b/.github/workflows/no-response.yaml index 9b9a2acb95..d516845a03 100644 --- a/.github/workflows/no-response.yaml +++ b/.github/workflows/no-response.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 with: - token: ${{ github.token }} + repo-token: ${{ github.token }} # Comment to post when closing an Issue for lack of response. Set to `false` to disable close-issue-message: > Without additional information, we are unfortunately not sure how to @@ -45,3 +45,4 @@ jobs: Feel free to add more info or respond to any questions above. Thanks for your contribution! close-pr-label: "r: timeout" + operations-per-run: 200