Skip to content

build(deps-dev): bump @types/node from 20.11.30 to 22.8.2 in /app/web #3560

build(deps-dev): bump @types/node from 20.11.30 to 22.8.2 in /app/web

build(deps-dev): bump @types/node from 20.11.30 to 22.8.2 in /app/web #3560

Workflow file for this run

name: Semantic labels Check
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-and-comment:
runs-on: ubuntu-latest
steps:
- uses: yashhy/pr-label-check-and-comment-action@v1.0.1
with:
required_labels: 'chore,ci,docs,feat,build,fix,test,dependencies'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}