Skip to content

Evaluate CompatHelper for dependency maintenance #2

Evaluate CompatHelper for dependency maintenance

Evaluate CompatHelper for dependency maintenance #2

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@6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1 # v1.25.7
with:
# The default GITHUB_TOKEN is sufficient for standard General registry
# registrations. Add TagBot's `ssh` input only if tags must trigger
# downstream workflows such as documentation builds.
token: ${{ secrets.GITHUB_TOKEN }}