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