Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.47.0 to 8.48.0 #213

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.47.0 to 8.48.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.47.0 to 8.48.0 #213

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
check-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@v6
with:
types: |
fix
feat
docs
style
refactor
perf
test
build
ci
chore
revert
scopes: |
deps
deps-dev
requireScope: false
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}