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 has gone 30 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 30 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!'
16
+
stale-pr-message: 'This PR has gone 30 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 30 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!'
@@ -36,6 +37,12 @@ with as much detail as possible, including things like operating system or anyth
36
37
The MongoDB CLI project welcomes all contributors and contributions regardless of skill or experience level.
37
38
If you are interested in helping with the project, please follow our [guidelines](#code-contribution-guidelines).
38
39
40
+
## Autoclose stale issues and PRs
41
+
42
+
- After 30 days of no activity (no comments or commits on an issue/PR) we automatically tag it as "stale" and add a message: ```This issue/PR has gone 30 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 60 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!```
43
+
- After 60 more days of no activity we automatically close the issue/PR.
44
+
45
+
39
46
### Code Contribution Guidelines
40
47
41
48
To create the best possible product for our users and the best contribution experience for our developers,
@@ -138,3 +145,4 @@ To run Snyk locally please follow their [CLI reference](https://support.snyk.io/
138
145
Reviewers, please ensure that the CLA has been signed by referring to [the contributors tool](https://contributors.corp.mongodb.com/) (internal link).
139
146
140
147
For changes that involve user facing copy please include `docs-cloud-team` as a reviewer.
0 commit comments