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
The added workflow will close up to 30 old issues every day.
Issues that have been inactive for more than a year will be
first marked as stale, and if they remain stale after 15 days
they will be automatically closed.
stale-issue-message: 'This issue has been inactive for a year and has been marked as stale. It will be closed in 15 days if it continues to be stale. If you believe this is still an issue, please add a comment.'
15
+
close-issue-message: 'This issue has been marked stale for 15 days and has been automatically closed.'
16
+
# If you want to exempt an issue from being marked stale/deleted, label it as 'no-stale'
17
+
exempt-issue-labels: 'no-stale'
18
+
days-before-issue-stale: 365
19
+
days-before-issue-close: 15
20
+
# Start from the oldest issues
21
+
ascending: true
22
+
23
+
# The configuration below can be used to allow the same behaviour with PRs.
24
+
# Since we currently don't want to close old PRs, it is commented out but
25
+
# left here in case we change our mind.
26
+
27
+
# stale-pr-message: 'This PR has been inactive for a year and has been marked as stale. It will be closed in 15 days if it continues to be stale. If you are still working on this PR, please add a comment.'
28
+
# close-pr-message: 'This PR has been marked stale for 15 days and has been automatically closed.'
0 commit comments