Skip to content

Commit 0f006ea

Browse files
authored
Fix issues with no response bot. (#129470)
This is also increasing the number of items to be evaluated on each iteration.
1 parent e058ceb commit 0f006ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/no-response.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84
2222
with:
23-
token: ${{ github.token }}
23+
repo-token: ${{ github.token }}
2424
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
2525
close-issue-message: >
2626
Without additional information, we are unfortunately not sure how to
@@ -45,3 +45,4 @@ jobs:
4545
Feel free to add more info or respond to any questions above.
4646
Thanks for your contribution!
4747
close-pr-label: "r: timeout"
48+
operations-per-run: 200

0 commit comments

Comments
 (0)