Skip to content

feat: mo.ui.matplotlib() #8355

feat: mo.ui.matplotlib()

feat: mo.ui.matplotlib() #8355

Workflow file for this run

name: 🏷️ Pull Request Labeler
# Auto-label pull requests based on config in .github/labeler.yml
on:
pull_request_target:
types: [labeled, unlabeled, opened, reopened, edited, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
auto-label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}