Skip to content

Commit

Permalink
chore(stale): extend threshold for stale issues (#26571)
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
gatsbybot committed Aug 21, 2020
1 parent 2fb12e8 commit 125f5f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1884,12 +1884,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*":
version "14.0.27"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==

"@types/node@^8.5.7":
"@types/node@*", "@types/node@^8.5.7":
version "8.10.62"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a"
integrity sha512-76fupxOYVxk36kb7O/6KtrAPZ9jnSK3+qisAX4tQMEuGNdlvl7ycwatlHqjoE6jHfVtXFM3pCrCixZOidc5cuw==
Expand Down

0 comments on commit 125f5f1

Please sign in to comment.