configlet
configlet copied to clipboard
CI: consider running fetch-configlet job on a schedule
The fetch-configlet job currently only runs automatically when a fetch-configlet script is changed:
https://github.com/exercism/configlet/blob/26304586b446063ea5f7aa74cd82d29fb4828908/.github/workflows/fetch-configlet.yml#L3-L10
But this means that it could take a while to find out about problems due to e.g. breaking changes from a PowerShell version update (https://github.com/exercism/configlet/issues/839).
We could:
- Do nothing.
- Make the job run periodically.
- Make the job run unconditionally.
This issue is for option 2, which seems reasonable.