Automate Browserlist DB Update (#357)

* 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
This commit is contained in:
Muhammad Abdullah Waheed
2023-01-31 17:40:26 +05:00
committed by GitHub
parent 0d166288cc
commit 3c2c347bb9

View File

@@ -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 }}