Skip to content

chore(deps-dev): bump the npm group with 3 updates #552

chore(deps-dev): bump the npm group with 3 updates

chore(deps-dev): bump the npm group with 3 updates #552

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:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- uses: docker://agilepathway/pull-request-label-checker:v1.6.13@sha256:4a0bc4b4536934325ab21ea47af7a928b5c18a09b42c40275910945514a9b805
with:
one_of: norelease,release:major,release:minor,release:patch
repo_token: ${{ secrets.GITHUB_TOKEN }}