Skip to content

fix: update nosborn/github-action-markdown-cli action to v3.4.0 #1971

fix: update nosborn/github-action-markdown-cli action to v3.4.0

fix: update nosborn/github-action-markdown-cli action to v3.4.0 #1971

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.actor != 'renovate[bot]'
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}