Skip to content

(feat): Hermite family duck-typed grid support #193

(feat): Hermite family duck-typed grid support

(feat): Hermite family duck-typed grid support #193

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
permissions:
contents: write
issues: write
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
# Prefer PAT when available (recommended by TagBot for dispatch hooks).
token: ${{ secrets.TAGBOT_PAT || secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
dispatch: true
dispatch_delay: 0
# Keep GitHub release body exactly as provided in Registrator custom notes.
changelog: |
{% if custom %}{{ custom }}{% endif %}