We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a4598 commit c3620b1Copy full SHA for c3620b1
.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.FRANKLIN_SHASHI }}
0 commit comments