Skip to content

chore(deps-dev): Bump @playwright/test from 1.47.2 to 1.48.2 #3583

chore(deps-dev): Bump @playwright/test from 1.47.2 to 1.48.2

chore(deps-dev): Bump @playwright/test from 1.47.2 to 1.48.2 #3583

Workflow file for this run

name: 'PR Title Check'
on:
pull_request_target:
branches:
- main
- develop
types:
- opened
- reopened
- edited
- synchronize
- ready_for_review
- review_requested
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-pr:
name: 'PR format check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: amannn/action-semantic-pull-request@v5.5.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (newline delimited).
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
fix
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
security
# Configure that a scope must always be provided.
requireScope: false