Skip to content

Commit

Permalink
Add stale bot (#1820)
Browse files Browse the repository at this point in the history
* add stale.yml for stale bot

* move stale.yml to the right directory
  • Loading branch information
Bibo-Joshi committed Mar 8, 2020
1 parent f7ec7a7 commit 27cccc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 5
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 2
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: question
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen
or ask again in our Telegram support group.

0 comments on commit 27cccc7

Please sign in to comment.