Unverified Commit 0f006ea0 authored by godofredoc's avatar godofredoc Committed by GitHub

Fix issues with no response bot. (#129470)

This is also increasing the number of items to be evaluated on each iteration.
parent e058ceb6
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
steps: steps:
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84
with: with:
token: ${{ github.token }} repo-token: ${{ github.token }}
# Comment to post when closing an Issue for lack of response. Set to `false` to disable # Comment to post when closing an Issue for lack of response. Set to `false` to disable
close-issue-message: > close-issue-message: >
Without additional information, we are unfortunately not sure how to Without additional information, we are unfortunately not sure how to
...@@ -45,3 +45,4 @@ jobs: ...@@ -45,3 +45,4 @@ jobs:
Feel free to add more info or respond to any questions above. Feel free to add more info or respond to any questions above.
Thanks for your contribution! Thanks for your contribution!
close-pr-label: "r: timeout" close-pr-label: "r: timeout"
operations-per-run: 200
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment