We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f7220 commit 47f5994Copy full SHA for 47f5994
.github/workflows/staleIssues.yml
@@ -19,7 +19,6 @@ jobs:
19
close-issue-message: "This issue was closed due to 7 days of inactivity after being marked as stale. Feel free to reopen it if it remains relevant."
20
days-before-pr-close: false
21
days-before-pr-stale: false
22
- debug-only: 'true'
23
- operations-per-run: 100 # Process only 100 issues per run
+ operations-per-run: 30
24
ascending: true
25
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments