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
44
-
# open for it: https://github.com/actions/stale/issues/214
45
-
days-before-stale: 60
46
-
days-before-close: 7
47
-
stale-issue-message: >
48
-
This issue has been automatically marked as stale because it has not had activity in the
49
-
last 60 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
50
-
occurs. Thank you for your contributions.
51
-
close-issue-message: >
52
-
This issue has been automatically closed because it has not had activity in the
53
-
last 67 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.
54
-
Thank you for your contributions.
55
-
stale-pr-message: >
56
-
This pull request has been automatically marked as stale because it has not had
57
-
activity in the last 60 days. It will be closed in 7 days if no further activity occurs. Please
58
-
feel free to give a status update now, ping for review, or re-open when it's ready.
59
-
Thank you for your contributions!
60
-
close-pr-message: >
61
-
This pull request has been automatically closed because it has not had
62
-
activity in the last 67 days. Please feel free to give a status update now, ping for review, or re-open when it's ready.
63
-
Thank you for your contributions!
64
-
stale-issue-label: 'stale'
65
-
exempt-issue-labels: 'pinned,good first issue,help wanted,triaged/resolved'
0 commit comments