Skip to content

QML.jl failing on upcoming beta2 (and crashing for 1.10), though both seemingly false alarms... #541

QML.jl failing on upcoming beta2 (and crashing for 1.10), though both seemingly false alarms...

QML.jl failing on upcoming beta2 (and crashing for 1.10), though both seemingly false alarms... #541

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}