Skip to content

feat: MLflow 3.x upgrade, CI hardening, and 80% unit test coverage #3

feat: MLflow 3.x upgrade, CI hardening, and 80% unit test coverage

feat: MLflow 3.x upgrade, CI hardening, and 80% unit test coverage #3

Workflow file for this run

# =============================================================================
# Auto-Label PRs by Path
# =============================================================================
# Automatically applies labels based on which files were changed.
name: Auto Label
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label PR
runs-on: ubuntu-latest
steps:
- name: Apply labels
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true