feat: automate browserlist DB update (#92)

This commit is contained in:
Muhammad Abdullah Waheed
2023-05-23 18:08:33 +05:00
committed by GitHub
parent 559a1061b6
commit 4493eb71fa

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