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 stale because there have been no updates in 365 days.'
25
-
stale-pr-message: 'This PR is stale because there have been no updates in 365 days.'
26
-
days-before-stale: 365
27
-
days-before-close: 0
28
-
stale-issue-label: 'stale'
23
+
stale-pr-message: "It looks as if this pull request has been inactive for 30 days. We want to check in with you to see if you plan to continue working on it. If you do, please add a comment to let us know. If we don't hear from you, we will close this pull request after 14 days."
24
+
days-before-stale: 30
25
+
days-before-close: 14
29
26
stale-pr-label: 'stale'
30
-
exempt-pr-labels: 'never-stale,waiting for review'
31
-
exempt-issue-labels: 'never-stale,help wanted,waiting for review'
32
-
operations-per-run: 1000
33
-
close-issue-reason: not_planned
27
+
exempt-pr-labels: 'never-stale'
28
+
close-pr-label: 'Closed as inactive'
29
+
30
+
operations-per-run: 150
31
+
staled-issues-prs: true # report PRs that were commented on as stale in the output
32
+
closed-issues-prs: true # report PRs that were closed in the output
stale-issue-message: 'A stale label has been added to this issue and it has been closed, because it has been open for 30 days with no activity. If you think this issue should remain open, please add a new comment.'
26
-
days-before-issue-stale: 30
27
-
days-before-issue-close: 0
26
+
days-before-stale: 30
27
+
days-before-close: 7
28
+
29
+
stale-issue-message: 'A stale label has been added to this issue, because it has been open for 30 days with no activity. If you think this issue should remain open, please add a new comment.'
28
30
exempt-issue-labels: 'help wanted,never-stale,waiting for review'
31
+
stale-issue-label: 'Inactive'
32
+
close-issue-label: 'Closed as inactive'
33
+
34
+
exempt-pr-labels: 'never-stale,ready to merge,waiting for review'
29
35
stale-pr-message: 'A stale label has been added to this pull request because it has been open 30 days with no activity. If you think this pull request should remain open, please add a new comment.'
30
-
days-before-pr-stale: 30
31
-
days-before-pr-close: 0
32
-
stale-pr-label: 'stale'
33
-
exempt-pr-labels: 'waiting for review,never-stale,ready to merge'
36
+
stale-pr-label: 'Inactive'
37
+
close-pr-label: 'Closed as inactive'
38
+
39
+
# Both output options are set true for debugging.
40
+
# The numbers should always match unless we change `days-before-close` from `0`.
41
+
42
+
staled-issues-prs: true # report issues and PRs that were commented on as stale in the output
43
+
closed-issues-prs: true # report issues and PRs that were closed in the output
0 commit comments