Skip to content

deps(deps-dev): bump @types/node from 22.19.1 to 24.10.1 #6

deps(deps-dev): bump @types/node from 22.19.1 to 24.10.1

deps(deps-dev): bump @types/node from 22.19.1 to 24.10.1 #6

Workflow file for this run

name: Label PRs
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true