Skip to content

Commit

Permalink
Add stale bot (microsoft#4323)
Browse files Browse the repository at this point in the history
* Add stalebot

* Update exemptLabels
faxu authored Jun 30, 2020
1 parent 55f25a4 commit a4127fc
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: 60

# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- "contributions are welcome"
- documentation
- enhancement

# Label to use when marking an issue as stale
staleLabel: wontfix

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
This issue has been automatically closed due to inactivity. Please reactivate if further support is needed.

0 comments on commit a4127fc

Please sign in to comment.