Skip to content

Commit 26f1f30

Browse files
feat: Automate browserlist DB Update
Main issue: openedx/wg-frontend#101 PR: #381
1 parent 7e96cfc commit 26f1f30

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Update Browserslist DB
2+
on:
3+
schedule:
4+
- cron: '0 0 * * 1'
5+
workflow_dispatch:
6+
7+
jobs:
8+
update-browserslist:
9+
uses: openedx/.github/.github/workflows/update-browserslist-db.yml@master
10+
11+
secrets:
12+
requirements_bot_github_token: ${{ secrets.requirements_bot_github_token }}

0 commit comments

Comments
 (0)