Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 870c076

Browse files
committed
chore(stale): extend threshold for stale issues (#26571)
This adjusts the stalebot to only close stale issues after 60 days (keeping the 20 day labeling). We'll further adjust stalebot and labeling as part of longer-term adjustments. [ch13127]
1 parent b690ac4 commit 870c076

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,12 @@
16441644
"@types/node" "*"
16451645
form-data "^3.0.0"
16461646

1647-
"@types/node@*", "@types/node@^8.5.7":
1647+
"@types/node@*":
1648+
version "14.0.27"
1649+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
1650+
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
1651+
1652+
"@types/node@^8.5.7":
16481653
version "8.10.62"
16491654
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a"
16501655
integrity sha512-76fupxOYVxk36kb7O/6KtrAPZ9jnSK3+qisAX4tQMEuGNdlvl7ycwatlHqjoE6jHfVtXFM3pCrCixZOidc5cuw==

0 commit comments

Comments
 (0)