Skip to content

Commit

Permalink
Merge pull request #70 from hyperledger/samples_stalebot
Browse files Browse the repository at this point in the history
Change stalebot settings
  • Loading branch information
lehors committed Oct 27, 2019
2 parents fe96f60 + 6af43bf commit c4d8bb7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: Apache-2.0
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 0
daysUntilStale: 7
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 1
daysUntilClose: 14
# Issues with these labels will never be considered stale
# CAUTION: These issues are likely to get _less_ attention since stale bot
# will never nag anyone about them. Stale bot just reflects the community's
Expand All @@ -17,11 +17,7 @@ staleLabel: stale
only: pulls
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Thank you for your contribution!
Please use gerrit for the changes, see
[documentation here](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)
false
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
Thank you for your contribution!
Please use gerrit for the changes, see
[documentation here](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)
false

0 comments on commit c4d8bb7

Please sign in to comment.