Skip to content

Commit

Permalink
Merge branch 'develop' into fix/4212_actor_menus_sequence_diagram_popup
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsss authored Jan 19, 2024
2 parents 8fd268d + b91624c commit c226358
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 211 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/update-browserlist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx browserslist@latest --update-db
- 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
message: 'chore: update browsers list'
push: false
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: update-browserslist
title: Update Browserslist
Loading

0 comments on commit c226358

Please sign in to comment.