Skip to content

Bump vite from 8.0.1 to 8.0.2 in /webview-ui in the minor-and-patch group #33

Bump vite from 8.0.1 to 8.0.2 in /webview-ui in the minor-and-patch group

Bump vite from 8.0.1 to 8.0.2 in /webview-ui in the minor-and-patch group #33

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
refactor
chore
docs
style
perf
test
ci
build
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: "PR title subject must start with a lowercase letter: '{subject}'"