Update stale.yml
This commit is contained in:
parent
2760de41ea
commit
c492a27350
|
@ -1,7 +1,7 @@
|
|||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 21
|
||||
daysUntilStale: 28
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
daysUntilClose: 14
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- await-invertase-feedback
|
||||
|
@ -12,8 +12,10 @@ exemptLabels:
|
|||
staleLabel: stale
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
recent user activity. It will be closed if no further activity occurs. Thank you
|
||||
for your contributions.
|
||||
Hello 👋, this issue has been automatically marked as stale because it has not had activity for quite some time.
|
||||
Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no
|
||||
further activity occurs. Thank you for your contributions.
|
||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||
closeComment: false
|
||||
closeComment: >
|
||||
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.
|
||||
only: issues
|
||||
|
|
Loading…
Reference in New Issue