StringDistances.jl/.github/workflows/TagBot.yml

15 lines
317 B
YAML
Raw Normal View History

2020-02-08 14:44:39 +01:00
name: TagBot
on:
2020-11-02 17:01:20 +01:00
issue_comment:
types:
- created
workflow_dispatch:
2020-02-08 14:44:39 +01:00
jobs:
TagBot:
2020-11-02 17:01:20 +01:00
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
2020-02-08 14:44:39 +01:00
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}