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