Skip to content

build(deps-dev): bump @types/node from 25.9.1 to 25.9.2 #35

build(deps-dev): bump @types/node from 25.9.1 to 25.9.2

build(deps-dev): bump @types/node from 25.9.1 to 25.9.2 #35

Workflow file for this run

name: Semantic PR
on:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
permissions:
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
validate-title:
name: Validate PR title
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-24.04
steps:
- name: Validate semantic title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
types: |
build
chore
ci
deps
docs
feat
fix
perf
refactor
revert
style
test
requireScope: false