Skip to content

ci(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group #107

ci(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group

ci(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group #107

name: Semantic PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
concurrency:
group: semantic-pr-title-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert