Add tagbot.yml

This commit is contained in:
2021-06-22 11:10:15 -05:00
parent 1b0cc141bb
commit 9446b1921d

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 }}