1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/.github/stale.yml

27 lines
1.3 KiB
YAML
Raw Normal View History

2018-08-15 17:48:14 +02:00
# Number of days of inactivity before an issue becomes stale
2021-07-21 07:39:48 +02:00
daysUntilStale: 365
2018-08-15 17:48:14 +02:00
# Number of days of inactivity before a stale issue is closed
2021-07-21 07:39:48 +02:00
daysUntilClose: 500
2018-08-15 17:48:14 +02:00
# Issues with these labels will never be considered stale
exemptLabels:
2019-04-18 07:42:00 +02:00
- dev: high priority
- topic: feature request
- issue: need verification
- issue: bug
- dev: discuss
2018-08-15 17:48:14 +02:00
# Label to use when marking an issue as stale
staleLabel: 'issue: wontfix'
2018-08-15 17:48:14 +02:00
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Hi pal 👋🏼!
This issue has gone quiet 😶.
2021-06-12 08:09:53 +02:00
We get a lot of issues, so we currently close issues after 180 days of inactivity. Its been at least 90c 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! 💘
2018-08-15 17:48:14 +02:00
# Comment to post when closing a stale issue. Set to `false` to disable
2018-12-14 08:06:14 +01:00
closeComment: false