2018-08-15 10:48:14 -05:00
# Number of days of inactivity before an issue becomes stale
2021-07-21 00:39:48 -05:00
daysUntilStale : 365
2018-08-15 10:48:14 -05:00
# Number of days of inactivity before a stale issue is closed
2021-07-21 00:39:48 -05:00
daysUntilClose : 500
2018-08-15 10:48:14 -05:00
# Issues with these labels will never be considered stale
exemptLabels :
2019-04-18 00:42:00 -05:00
- dev : high priority
- topic : feature request
- issue : need verification
- issue : bug
- dev : discuss
2018-08-15 10:48:14 -05:00
# Label to use when marking an issue as stale
2020-09-03 14:15:29 -05:00
staleLabel: 'issue : wontfix'
2018-08-15 10:48:14 -05:00
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment : >
2020-09-03 14:15:29 -05:00
Hi pal 👋🏼!
2019-06-29 03:18:12 -05:00
2020-09-03 14:15:29 -05:00
This issue has gone quiet 😶.
2019-06-29 03:18:12 -05:00
2021-06-12 01:09:53 -05:00
We get a lot of issues, so we currently close issues after 180 days of inactivity. It’ s been at least 90c days since the last update here.
2020-09-03 14:15:29 -05:00
If we missed this issue or if you want to keep it open, please reply here. You can also add/suggest the label "discuss" to keep this issue open!
As a friendly reminder : the best way to see this issue, or any other, fixed is to open a Pull Request. Check out [https://github.com/verdaccio/contributing](https://github.com/verdaccio/contributing) for more information about opening PRs, triaging issues, and contributing!
2019-06-29 03:18:12 -05:00
2020-09-03 14:15:29 -05:00
Thanks for being a part of the Verdaccio community! 💘
2018-08-15 10:48:14 -05:00
# Comment to post when closing a stale issue. Set to `false` to disable
2018-12-14 02:06:14 -05:00
closeComment : false