Skip to content

Commit fad763d

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 e8e9554 commit fad763d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

node_modules/.yarn-integrity

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -1581,12 +1581,7 @@
15811581
"@types/node" "*"
15821582
form-data "^3.0.0"
15831583

1584-
"@types/node@*":
1585-
version "14.0.27"
1586-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
1587-
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
1588-
1589-
"@types/node@^8.5.7":
1584+
"@types/node@*", "@types/node@^8.5.7":
15901585
version "8.10.62"
15911586
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a"
15921587
integrity sha512-76fupxOYVxk36kb7O/6KtrAPZ9jnSK3+qisAX4tQMEuGNdlvl7ycwatlHqjoE6jHfVtXFM3pCrCixZOidc5cuw==

0 commit comments

Comments
 (0)