Skip to content

[npm] Bump @skeletonlabs/skeleton from 2.10.2 to 2.10.3 #1123

[npm] Bump @skeletonlabs/skeleton from 2.10.2 to 2.10.3

[npm] Bump @skeletonlabs/skeleton from 2.10.2 to 2.10.3 #1123

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 }}