Skip to content

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

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

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

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
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@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Label PR based on changed paths
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"