forked from dsenkus/caniuse-cli
-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-update databases on a schedule #4
Labels
enhancement
New feature or request
Comments
Alternative: have the tool, when locally installed, try and update the databases all by itself. That way a new version doesn’t need to be released. |
I quickly knocked something up in #11 to tackle this. Open questions regarding the implementation:
Open questions regarding when to trigger this:
/cc @tunetheweb |
Some more things I found:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use GitHub actions for this – https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
The text was updated successfully, but these errors were encountered: