Skip to content

Commit

Permalink
Merge pull request goldbergyoni#362 from i0natan/stale-robot
Browse files Browse the repository at this point in the history
Added stale robot that will auto-close silent issues
  • Loading branch information
goldbergyoni committed Mar 24, 2019
2 parents 2fd67bf + 476b577 commit 2904acc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 10
# Issues with these labels will never be considered stale
exemptLabels:
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Hello there! 👋
This issue has gone silent. Eerily silent. ⏳
We currently close issues after 100 days of inactivity. It has been 90 days
since the last update here.
If needed, you can keep it open by replying here.
Thanks for being a part of the Node.js Best Practices community! 💚
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

0 comments on commit 2904acc

Please sign in to comment.