Skip to content

Commit

Permalink
chore: add stalebot (#3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
pantharshit00 committed Jul 21, 2020
1 parent 477395a commit e581e2b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
# Never close the issues
daysUntilClose: false

# exempt every other kind of issues expect kind/bug
exemptLabels:
- kind/discussion
- kind/docs
- kind/feature
- kind/improvement
- kind/question
- kind/regression

# Label to use when marking an issue as stale
staleLabel: status/needs-action
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: false
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
# Limit to only `issues`
only: issues

0 comments on commit e581e2b

Please sign in to comment.