Skip to content

Additional tooling #7200

Additional tooling

Additional tooling #7200

Workflow file for this run

name: 'Label PRs'
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true
dot: true