Skip to content

Commit

Permalink
Automate Browserlist DB Update (#274)
Browse files Browse the repository at this point in the history
* feat: added cron github action to auto update brwoserlist DB periodically

* refactor: used a shared script to update broswerslist DB, create PR and automerge it
  • Loading branch information
abdullahwaheed committed Jan 19, 2023
1 parent d0ab0ec commit 23dfed8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/update-browserslist-db.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Update Browserslist DB
on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:

jobs:
update-browserslist:
uses: openedx/.github/.github/workflows/update-browserslist-db.yml@master

secrets:
requirements_bot_github_token: ${{ secrets.requirements_bot_github_token }}

0 comments on commit 23dfed8

Please sign in to comment.