I recently learned that Github disables workflows after 60 days of repo inactivity, from e-mails like
[GitHub] The “CompatHelper” workflow in tpapp/… will be disabled soon
Scheduled workflows are disabled automatically after 60 days of repository inactivity.
For TagBot this is not a problem, but for CompatHelper this kind of defeats the purpose (not all repos need to be updated every 60 days if they work fine, and just need the occasional [compat]
bump).
Is there a recommended solution/workaround for this? I can always extend these things manually but that’s a bit tedious.