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.
2 parents 5ed3c64 + 8923d9b commit ff9549eCopy full SHA for ff9549e
.github/workflows/stale_issues_and_prs.yml
@@ -21,5 +21,5 @@ jobs:
21
days-before-pr-stale: 60
22
days-before-close: 14
23
ascending: true # Start with the oldest issues/PRs first
24
- debug-only: true # Currently only doing "dry runs" until we're satisfied with the configuration
25
- operations-per-run: 1000 # GitHub API calls are rate limited. When debug-only is "false", this value should be approx. 30 (default) or less
+ debug-only: false # Currently only doing "dry runs" until we're satisfied with the configuration
+ operations-per-run: 30 # GitHub API calls are rate limited. When debug-only is "false", this value should be approx. 30 (default) or less
0 commit comments