Skip to content

Commit

Permalink
use stale bot to automatically close stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xabxx authored and hyandell committed Jan 6, 2021
1 parent 677e271 commit 75106c1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 7
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- bug
- enhancement
# 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: >
The same has been automatically marked as stale because it has not had
recent activity for 7 days. It will be closed in 7 days if no further activity occurs.
Please comment and re-open this issue if you are still experiencing this issue.
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: true

0 comments on commit 75106c1

Please sign in to comment.