You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stale-issue-message: 'This issue is marked stale because it has been open 30 days with no activity. Remove stale label or update the issue, otherwise it will be closed in 14 days.'
13
+
stale-pr-message: 'This PR is marked stale because it has been open 60 days with no activity. Remove stale label or update the PR, otherwise it will be closed in 14 days.'
14
+
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
15
+
close-pr-message: 'This PR was closed because it has been stalled for 14 days with no activity.'
16
+
only-issue-labels: Waiting on feedback # Only consider issues with 'Waiting on feedback' labels
17
+
exempt-draft-pr: true # Do not consider a draft PR stale
18
+
exempt-all-pr-milestones: true # Do not consider a PR associated with a Milestone stale
19
+
days-before-stale: 30
20
+
days-before-pr-stale: 60
21
+
days-before-close: 14
22
+
ascending: true # Start with the oldest issues/PRs first
23
+
debug-only: true # Currently only doing "dry runs" until we're satisfied with the configuration
24
+
operations-per-run: 1000# GitHub API calls are rate limited. When debug-only is "false", this value should be approx. 30 (default) or less
0 commit comments