Skip to content

[feat] support for iluvatar hardware backend #40

[feat] support for iluvatar hardware backend

[feat] support for iluvatar hardware backend #40

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Apply labels
uses: actions/labeler@v5
continue-on-error: true # Don't fail if config not yet on main branch
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true