mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
Adding stalebot to close old feature requests with no activity after 90 days
This commit is contained in:
parent
8b0004ff00
commit
4ad7b24582
1 changed files with 9 additions and 0 deletions
9
.github/stale.yaml
vendored
Normal file
9
.github/stale.yaml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
daysUntilStale: 90
|
||||||
|
daysUntilClose: 14
|
||||||
|
onlyLabels:
|
||||||
|
- feature request
|
||||||
|
staleLabel: stale
|
||||||
|
markComment: >
|
||||||
|
Feature requests which don't have any contributors or activity in the past
|
||||||
|
90 days are marked as stale. Comment on this issue if you intend on contributing
|
||||||
|
to this feature, otherwise it will be closed in two weeks.
|
Loading…
Reference in a new issue