Skip to content

ci: bump the github-actions group across 1 directory with 6 updates #28

ci: bump the github-actions group across 1 directory with 6 updates

ci: bump the github-actions group across 1 directory with 6 updates #28

Workflow file for this run

name: Label PRs
on:
pull_request_target: # zizmor: ignore[dangerous-triggers] -- required for write access to PRs from forks; workflow only runs actions/labeler, no PR code is checked out or executed
types: [opened, synchronize, reopened]
permissions: {}
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
sync-labels: true