Fix issues with no response bot. (#129470)

This is also increasing the number of items to be evaluated on each iteration.
This commit is contained in:
godofredoc 2023-06-23 21:03:59 -07:00 committed by GitHub
parent e058ceb616
commit 0f006ea0dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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