Skip to content

Update training statistics plot #121

Update training statistics plot

Update training statistics plot #121

Workflow file for this run

name: Label GSoC PRs
on:
- pull_request_target
jobs:
label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Label PRs
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}