Skip to content
This repository has been archived by the owner on Feb 27, 2025. It is now read-only.

[Snyk] Security upgrade vue-i18n from 10.0.4 to 10.0.5 #329

[Snyk] Security upgrade vue-i18n from 10.0.4 to 10.0.5

[Snyk] Security upgrade vue-i18n from 10.0.4 to 10.0.5 #329

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check Labels
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check Release Labels
uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: breaking-change,bug,dependency,documentation,enhancement,skip-changelog,cicd,test
repo_token: ${{ secrets.GITHUB_TOKEN }}