Skip to content

chore(deps): bump @tanstack/vue-query from 5.51.4 to 5.51.5 in /src/dispatch/static/dispatch #12367

chore(deps): bump @tanstack/vue-query from 5.51.4 to 5.51.5 in /src/dispatch/static/dispatch

chore(deps): bump @tanstack/vue-query from 5.51.4 to 5.51.5 in /src/dispatch/static/dispatch #12367

Workflow file for this run

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.1.0
with:
REQUIRED_LABELS_ANY: "bug,dependencies,documentation,enhancement,feature,skip-changelog,techdebt,tests"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label from the following list: bug, dependencies, documentation, enhancement, feature, skip-changelog, techdebt, tests"
BANNED_LABELS: "banned"