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