Skip to content

Commit 65a4091

Browse files
Automate Browserlist DB Update (openedx#615)
* 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
1 parent e5ee789 commit 65a4091

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
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)