Skip to content

Commit 8923d9b

Browse files
Enable "stale" workflow
1 parent 5ed3c64 commit 8923d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale_issues_and_prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
days-before-pr-stale: 60
2222
days-before-close: 14
2323
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
24+
debug-only: false # Currently only doing "dry runs" until we're satisfied with the configuration
25+
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

Comments
 (0)