Skip to content

Commit b61f10e

Browse files
authored
Update README.md (#843)
1 parent 8b7f583 commit b61f10e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ The integration tests helps the validation for resources interacting with third
256256
go test -tags=integration
257257
```
258258

259+
### Autoclose stale issues and PRs
260+
261+
- After 30 days of no activity (no comments or commits are on an issue or PR) we automatically tag it as “stale” and add a 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 60 days. If the issue is still relevant and active, you can simply comment with a “bump” to keep it open, or add the “[Status] Not Stale” label. Thanks for keeping our repository healthy!"
262+
263+
- After 60 more days of no activity we automatically close the issue / PR.
264+
259265
## Thanks
260266

261267
We'd like to thank [Akshay Karle](https://github.com/akshaykarle) for writing the first version of a Terraform Provider for MongoDB Atlas and paving the way for the creation of this one.

0 commit comments

Comments
 (0)