Skip to content

Missing push! implementation #6044

Missing push! implementation

Missing push! implementation #6044

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
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 }}