Skip to content

add MLflow operator CLI to demonstrate tracing and evaluation #85

add MLflow operator CLI to demonstrate tracing and evaluation

add MLflow operator CLI to demonstrate tracing and evaluation #85

Workflow file for this run

name: labeler
on:
- pull_request
jobs:
label:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- name: labeler action
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"