Skip to content

Clean-up warning due to unused generic type parameter #7235

Clean-up warning due to unused generic type parameter

Clean-up warning due to unused generic type parameter #7235

Workflow file for this run

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