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
The workflow runs off the existing resolvers.txt and commits the results back.
But the order is nondeterministic, so it often just changing the ordering in the file.
Looking at the last 683 commits (1y2m), there's been no real changes, if we sort the file:
The workflow runs off the existing
resolvers.txt
and commits the results back.But the order is nondeterministic, so it often just changing the ordering in the file.
Looking at the last 683 commits (1y2m), there's been no real changes, if we sort the file:
The last real change was 59b240f:
diff <(git show 59b240f:resolvers.txt | sort ) <(cat resolvers.txt | sort)
IIUC slowly overtime resolvers are being removed, but I don't think new ones can be added.
IMO it would be better to sort the file in the workflow and then only commit if there is a change.
The text was updated successfully, but these errors were encountered: