1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-09-13 00:20:40 +02:00

add TagBot

This commit is contained in:
kalmarek 2020-10-09 15:02:16 +02:00
parent 2d66b4f56e
commit 11fcc8e57a
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15

11
.github/workflows/TagBot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}