Skip to content

chore(deps): update github actions workflows (major) #2063

chore(deps): update github actions workflows (major)

chore(deps): update github actions workflows (major) #2063

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
name: 🔖 Labeler
on: [pull_request_target]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"