mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
Merge remote-tracking branch 'origin/master' into 4.1.x
This commit is contained in:
commit
6ff356b312
16
.github/lock.yml
vendored
16
.github/lock.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
# Configuration for lock-threads - https://github.com/dessant/lock-threads
|
# Configuration for lock-threads - https://github.com/dessant/lock-threads
|
||||||
|
|
||||||
# Number of days of inactivity before a closed issue or pull request is locked
|
# Number of days of inactivity before a closed issue or pull request is locked
|
||||||
daysUntilLock: 200
|
daysUntilLock: 90
|
||||||
|
|
||||||
# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
|
# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
|
||||||
exemptLabels: []
|
exemptLabels: []
|
||||||
@ -11,9 +11,15 @@ lockLabel: false
|
|||||||
|
|
||||||
# Comment to post before locking. Set to `false` to disable
|
# Comment to post before locking. Set to `false` to disable
|
||||||
lockComment: >
|
lockComment: >
|
||||||
This thread has been automatically locked since there has not been
|
🤖This thread has been automatically locked 🔒 since there has not been
|
||||||
any recent activity after it was closed. Please open a new issue for
|
any recent activity after it was closed.
|
||||||
related bugs.
|
|
||||||
|
We lock tickets after 90 days with the idea to encourage you to open a ticket with new fresh data
|
||||||
|
and to provide you better feedback 🤝and better visibility 👀.
|
||||||
|
|
||||||
|
If you consider, can attach this ticket 📨to the new one as a reference for better context.
|
||||||
|
|
||||||
|
Thanks for being a part of the Verdaccio community! 💘
|
||||||
|
|
||||||
# Limit to only `issues` or `pulls`
|
# Limit to only `issues` or `pulls`
|
||||||
# only: issues
|
# only: issues
|
||||||
@ -25,4 +31,4 @@ issues:
|
|||||||
lockLabel: outdated
|
lockLabel: outdated
|
||||||
|
|
||||||
pulls:
|
pulls:
|
||||||
daysUntilLock: 90
|
daysUntilLock: 10
|
||||||
|
16
.github/stale.yml
vendored
16
.github/stale.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
# Number of days of inactivity before an issue becomes stale
|
# Number of days of inactivity before an issue becomes stale
|
||||||
daysUntilStale: 30
|
daysUntilStale: 15
|
||||||
# Number of days of inactivity before a stale issue is closed
|
# Number of days of inactivity before a stale issue is closed
|
||||||
daysUntilClose: 5
|
daysUntilClose: 10
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- dev: high priority
|
- dev: high priority
|
||||||
@ -13,8 +13,14 @@ exemptLabels:
|
|||||||
staleLabel: issue: wontfix
|
staleLabel: issue: wontfix
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
Hi pal 👋🏼!
|
||||||
recent activity. It will be closed if no further activity occurs. Thank you
|
|
||||||
for your contributions.
|
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
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
closeComment: false
|
closeComment: false
|
||||||
|
@ -170,7 +170,7 @@ If you want to report a security vulnerability, please follow the steps which we
|
|||||||
|
|
||||||
## Core Team
|
## Core Team
|
||||||
|
|
||||||
The core team is the responsable for drive this project, team is ordered by antiquity and areas of responsability.
|
The core team is responsible for driving this project ahead, team is ordered by antiquity and areas of responsibility.
|
||||||
|
|
||||||
| [Juan Picado](https://github.com/juanpicado) | [Ayush Sharma](https://github.com/ayusharma) | [Sergio Hg](https://github.com/sergiohgz) | [Priscila Oliveria](https://github.com/priscilawebdev) |
|
| [Juan Picado](https://github.com/juanpicado) | [Ayush Sharma](https://github.com/ayusharma) | [Sergio Hg](https://github.com/sergiohgz) | [Priscila Oliveria](https://github.com/priscilawebdev) |
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|
Loading…
Reference in New Issue
Block a user