Skip to content

[poc] pytorch model converter tool #355

[poc] pytorch model converter tool

[poc] pytorch model converter tool #355

Workflow file for this run

#####
# This workflow is triggered by pull_request_target event.
# Never checkout the PR and run ANY local code on it.
#####
name: "Pull Request Labeler"
permissions: {} # No permissions by default on workflow level
on:
- pull_request_target # zizmor: ignore[dangerous-triggers]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"