mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
ddb42431d1
* build: configure pretter as formatter for most files * chore: reformat code (#1931) * chore: re-format all files * chore: force run quality anaylsis test Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com> Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
27 lines
1.3 KiB
YAML
27 lines
1.3 KiB
YAML
# Number of days of inactivity before an issue becomes stale
|
||
daysUntilStale: 15
|
||
# Number of days of inactivity before a stale issue is closed
|
||
daysUntilClose: 10
|
||
# Issues with these labels will never be considered stale
|
||
exemptLabels:
|
||
- dev: high priority
|
||
- topic: feature request
|
||
- issue: need verification
|
||
- issue: bug
|
||
- dev: discuss
|
||
# Label to use when marking an issue as stale
|
||
staleLabel: 'issue: wontfix'
|
||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||
markComment: >
|
||
Hi pal 👋🏼!
|
||
|
||
This issue has gone quiet 😶.
|
||
|
||
We get a lot of issues, so we currently close issues after 25 days of inactivity. It’s been at least 15 days since the last update here.
|
||
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!
|
||
|
||
Thanks for being a part of the Verdaccio community! 💘
|
||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||
closeComment: false
|