Skip to content

chore: Bump @stylistic/eslint-plugin from 4.4.1 to 5.1.0 in the dev-dependencies-eslint group #33

chore: Bump @stylistic/eslint-plugin from 4.4.1 to 5.1.0 in the dev-dependencies-eslint group

chore: Bump @stylistic/eslint-plugin from 4.4.1 to 5.1.0 in the dev-dependencies-eslint group #33

name: pull request title check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pull-request-title-check:
runs-on: ubuntu-latest
steps:
- uses: fastify/action-pr-title@v0
with:
regex: '/^(build|chore|ci|docs|feat|types|fix|perf|refactor|style|test)(?:\([^\):]*\))?!?:\s/'
github-token: ${{ github.token }}