Skip to content

build(deps-dev): bump vite from 2.9.15 to 5.4.3 #937

build(deps-dev): bump vite from 2.9.15 to 5.4.3

build(deps-dev): bump vite from 2.9.15 to 5.4.3 #937

name: check PR title and label appropriately
on:
pull_request:
types: [opened, edited, synchronize, auto_merge_enabled, reopened]
branches:
- main
jobs:
check_PR_title:
if: github.actor!= 'dependabot'
uses: gliff-ai/.github/.github/workflows/check-pr-title.yml@main
secrets:
ROBOT_PAT: ${{ secrets.ROBOT_PAT }}
add_labels:
if: github.actor!= 'dependabot'
uses: gliff-ai/.github/.github/workflows/add-labels.yml@main
secrets:
ROBOT_PAT: ${{ secrets.ROBOT_PAT }}