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
# Different amounts of days for issues/PRs are not currently supported but there is a PR
30
+
# open for it: https://github.com/actions/stale/issues/214
31
+
days-before-stale: 30
32
+
days-before-close: 7
33
+
stale-issue-message: >
34
+
This issue has been automatically marked as stale because it has not had activity in the
35
+
last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity
36
+
occurs. Thank you for your contributions.
37
+
close-issue-message: >
38
+
This issue has been automatically closed because it has not had activity in the
39
+
last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved.
40
+
Thank you for your contributions.
41
+
stale-pr-message: >
42
+
This pull request has been automatically marked as stale because it has not had
43
+
activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please
44
+
feel free to give a status update now, ping for review, or re-open when it's ready.
45
+
Thank you for your contributions!
46
+
close-pr-message: >
47
+
This pull request has been automatically closed because it has not had
48
+
activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready.
49
+
Thank you for your contributions!
50
+
stale-issue-label: 'stale'
51
+
exempt-issue-labels: 'pinned,good first issue,help wanted,triaged/resolved'
0 commit comments