Skip to content

chore(deps): bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory #64

chore(deps): bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory

chore(deps): bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory #64

name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
permissions:
pull-requests: write
contents: read
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
add_label: 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}