Skip to content

Rust: Do not dispatch to all implementations when trait target is accurate #50920

Rust: Do not dispatch to all implementations when trait target is accurate

Rust: Do not dispatch to all implementations when trait target is accurate #50920

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"