-
Notifications
You must be signed in to change notification settings - Fork 28
Description
GitHub disables scheduled workflows if a repository is inactive for 60 days. This repo has scheduled workflows to check for software updates and to periodically rebuild the container, and we'd like those to stay enabled.
openslide/builds commits to itself at least once a month to keep the repo active, but we probably don't want to create spurious commits here. It's not clear whether other events count as activity. Ideally we could do something that doesn't generate notifications, such as automatically editing a comment on an existing issue, or automatically disabling and re-enabling scheduled workflows via gh.
On the other hand, if we have at least one dependency update every two months, and the update PRs do in fact land, the repository will stay active without any special tooling.