Skip to content

Sync

Sync #11564

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: joshdales/labeler@4c74e8446142eeec7aa182f52ea24306a5479850 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"