Skip to content

chore: Bump @types/node from 22.15.34 to 24.0.8 in the dev-dependencies-typescript group #27

chore: Bump @types/node from 22.15.34 to 24.0.8 in the dev-dependencies-typescript group

chore: Bump @types/node from 22.15.34 to 24.0.8 in the dev-dependencies-typescript group #27

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