Skip to content

Bump @eslint/js from 9.39.2 to 10.0.1 in /webview-ui #15

Bump @eslint/js from 9.39.2 to 10.0.1 in /webview-ui

Bump @eslint/js from 9.39.2 to 10.0.1 in /webview-ui #15

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}'"