TagBot
TagBot copied to clipboard
Idea: Abolish lookback, check every release every time
This would have the effect of "backfilling" old releases if TagBot is set up on a repo later in its life. Would actually simplify the code too.
xref https://github.com/JuliaRegistries/TagBotErrorReports/issues/82#issuecomment-826672431 in case that's relevant
Ah interesting. I think the rate limits for Actions are the same as for Apps (5000/hr). For old versions especially, trying to look up the registry PR uses a lot of requests but I think we can work around that.