Skip to content

chore(deps)(deps): bump the github-actions group across 1 directory with 22 updates #210

chore(deps)(deps): bump the github-actions group across 1 directory with 22 updates

chore(deps)(deps): bump the github-actions group across 1 directory with 22 updates #210

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: labeler-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions: {}
jobs:
label:
name: Label PR
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Harden runner
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
- name: Label PR based on changed paths
uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"