mermaid/.github/workflows/update-browserlist.yml

26 lines
708 B
YAML
Raw Normal View History

name: Update Browserslist
on:
2021-12-20 20:10:34 +01:00
schedule:
- cron: '0 7 * * 1'
workflow_dispatch:
jobs:
2023-07-02 06:44:35 +02:00
update-browser-list:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
2024-01-19 19:17:07 +01:00
- uses: pnpm/action-setup@v2
- run: npx update-browserslist-db@latest
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: ${{ github.actor }}
author_email: ${{ github.actor }}@users.noreply.github.com
2022-01-10 09:58:51 +01:00
message: 'chore: update browsers list'
2024-01-19 19:17:07 +01:00
push: false
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: update-browserslist
title: Update Browserslist