From 0f006ea0ddeb79aff7cf3461fe75a46dd3e8c672 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Fri, 23 Jun 2023 21:03:59 -0700 Subject: [PATCH] Fix issues with no response bot. (#129470) This is also increasing the number of items to be evaluated on each iteration. --- .github/workflows/no-response.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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