We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4811fd commit bd3c5acCopy full SHA for bd3c5ac
.github/workflows/TagBot.yml
@@ -0,0 +1,11 @@
1
+name: TagBot
2
+on:
3
+ schedule:
4
+ - cron: 0 * * * *
5
+jobs:
6
+ TagBot:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: JuliaRegistries/TagBot@v1
10
+ with:
11
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments