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

12 lines
204 B
YAML
Raw Normal View History

2020-02-08 14:44:39 +01:00
name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}