-
Notifications
You must be signed in to change notification settings - Fork 42
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
Automate Browserlist DB Update #92
Conversation
Codecov Report
@@ Coverage Diff @@
## master #92 +/- ##
=======================================
Coverage 82.32% 82.32%
=======================================
Files 46 46
Lines 679 679
Branches 132 132
=======================================
Hits 559 559
Misses 120 120 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…nto abdullahwaheed/auto-update-browserlist
Codecov ReportBase: 82.32% // Head: 82.32% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #92 +/- ##
=======================================
Coverage 82.32% 82.32%
=======================================
Files 46 46
Lines 679 679
Branches 132 132
=======================================
Hits 559 559
Misses 120 120 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Ticket
Automate browserslist DB update
What has changed
Added a Github workflow that would run periodically(weekly), update browserslist DB, create a PR and merge it automatically.
Used a shared workflow for this
dependent on #84