You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think how infrequent and how little change it is, I would vote to not do this. It could prevent cases where the dates change last minute and aren't update here.
Problem
While doing #2100, I realized that our data is probably structured well enough that these PRs could be automated.
Solution
Create a (daily?) CI that:
version.json
for"end"
<= Todayversion.json
version.json
This could probably use https://github.com/nodejs/docker-node/blob/main/.github/workflows/automatic-updates.yml as an example, but probably should be it's own job.
Alternatives to Consider
This happens so infrequently that we don't want to bother automating
The text was updated successfully, but these errors were encountered: