Skip to content

Commit e4f147f

Browse files
authored
Merge pull request #71 from hyperledger/samples_stalebot_1.4
Cherrypick stalebot settings from master
2 parents 750474d + 797b991 commit e4f147f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/stale.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
1717
only: pulls
1818
# Comment to post when marking an issue as stale. Set to `false` to disable
1919
markComment: >
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
2422
closeComment: >
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

0 commit comments

Comments
 (0)