File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0
22# Number of days of inactivity before an issue becomes stale
3- daysUntilStale : 0
3+ daysUntilStale : 7
44# Number of days of inactivity before a stale issue is closed
5- daysUntilClose : 1
5+ daysUntilClose : 14
66# Issues with these labels will never be considered stale
77# CAUTION: These issues are likely to get _less_ attention since stale bot
88# will never nag anyone about them. Stale bot just reflects the community's
@@ -17,11 +17,7 @@ staleLabel: stale
1717only : pulls
1818# Comment to post when marking an issue as stale. Set to `false` to disable
1919markComment : >
20- Thank you for your contribution!
21- Please use gerrit for the changes, see
22- [documentation here](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)
20+ false
2321# Comment to post when closing a stale issue. Set to `false` to disable
2422closeComment : >
25- Thank you for your contribution!
26- Please use gerrit for the changes, see
27- [documentation here](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)
23+ false
You can’t perform that action at this time.
0 commit comments