Skip to content

[npm] Bump prettier-plugin-svelte from 3.2.7 to 3.3.2 #1209

[npm] Bump prettier-plugin-svelte from 3.2.7 to 3.3.2

[npm] Bump prettier-plugin-svelte from 3.2.7 to 3.3.2 #1209

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
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: breaking-change,enhancement,bug,documentation,ignore-for-release,dependencies
repo_token: ${{ secrets.GITHUB_TOKEN }}