-
Notifications
You must be signed in to change notification settings - Fork 32
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 #869
Automate Browserlist DB Update #869
Conversation
Codecov ReportBase: 82.14% // Head: 82.14% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #869 +/- ##
=======================================
Coverage 82.14% 82.14%
=======================================
Files 399 399
Lines 9221 9221
Branches 1943 1943
=======================================
Hits 7575 7575
Misses 1610 1610
Partials 36 36 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. |
… into abdullahwaheed/auto-update-browserlist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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 #863