Skip to content

Commit

Permalink
Added stale bot (#370)
Browse files Browse the repository at this point in the history
* added stale bot

* added stale bot

* added stale bot
  • Loading branch information
iamrajiv authored Dec 5, 2020
1 parent 83ed827 commit 4890039
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue becomes stale
daysUntilStale: 60

# Number of days of inactivity before a stale Issue is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Issues with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- bug
- docs improvement
- help wanted

# Label to use when marking as stale
staleLabel: stale

issues:
# Comment to post when marking Issues as stale.
markComment: >
This issue has been automatically marked as stale because it has not had any
recent activity. It will be closed in 7 days if no further activity occurs.
# Comment to post when closing a stale Issue.
closeComment: >
This issue has been automatically closed because it has not had any recent
activity. If you have a question or comment, please open a new issue.

0 comments on commit 4890039

Please sign in to comment.