Skip to content

chore(deps): bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group across 1 directory #78

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

chore(deps): bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group across 1 directory #78

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