Skip to content

fix(semantic-release-pnpm): bump the version without invoking npm #719

fix(semantic-release-pnpm): bump the version without invoking npm

fix(semantic-release-pnpm): bump the version without invoking npm #719

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Labeler"
on: # yamllint disable-line rule:truthy
- "pull_request_target"
jobs:
triage:
timeout-minutes: 10
runs-on: "ubuntu-latest"
permissions:
contents: "read"
pull-requests: "write"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40" # v2.20.1
with:
egress-policy: "audit"
- uses: "actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13" # v7.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: "labeler-config.yml"