Skip to content

[pnpm] Bump sanitize-html from 2.17.6 to 2.17.7 #2976

[pnpm] Bump sanitize-html from 2.17.6 to 2.17.7

[pnpm] Bump sanitize-html from 2.17.6 to 2.17.7 #2976

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: agilepathway/label-checker@c3d16ad512e7cea5961df85ff2486bb774caf3c5 # v1.6.65
with:
any_of: breaking-change,enhancement,bug,documentation,ignore-for-release,dependencies
repo_token: ${{ secrets.GITHUB_TOKEN }}