mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 17:15:10 +00:00
Change stalebot settings
Signed-off-by: Brett Logan <Brett.T.Logan@ibm.com>
This commit is contained in:
parent
750474d458
commit
797b991b4f
1 changed files with 4 additions and 8 deletions
12
.github/stale.yml
vendored
12
.github/stale.yml
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# Number of days of inactivity before an issue becomes stale
|
# 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
|
# Number of days of inactivity before a stale issue is closed
|
||||||
daysUntilClose: 1
|
daysUntilClose: 14
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
# CAUTION: These issues are likely to get _less_ attention since stale bot
|
# 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
|
# will never nag anyone about them. Stale bot just reflects the community's
|
||||||
|
|
@ -17,11 +17,7 @@ staleLabel: stale
|
||||||
only: pulls
|
only: pulls
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
Thank you for your contribution!
|
false
|
||||||
Please use gerrit for the changes, see
|
|
||||||
[documentation here](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)
|
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
closeComment: >
|
closeComment: >
|
||||||
Thank you for your contribution!
|
false
|
||||||
Please use gerrit for the changes, see
|
|
||||||
[documentation here](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue