Skip to content

chore(deps): update github actions workflows #2067

chore(deps): update github actions workflows

chore(deps): update github actions workflows #2067

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@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"