GitHub Actions: Add TagBot

pull/4/head
Alinson S. Xavier 5 years ago
parent a981f4fc29
commit 3d222f30d7

@ -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 }}
Loading…
Cancel
Save