We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e058ceb commit 0f006eaCopy full SHA for 0f006ea
.github/workflows/no-response.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84
22
with:
23
- token: ${{ github.token }}
+ repo-token: ${{ github.token }}
24
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
25
close-issue-message: >
26
Without additional information, we are unfortunately not sure how to
@@ -45,3 +45,4 @@ jobs:
45
Feel free to add more info or respond to any questions above.
46
Thanks for your contribution!
47
close-pr-label: "r: timeout"
48
+ operations-per-run: 200
0 commit comments