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 d154840 commit 8a5aa91Copy full SHA for 8a5aa91
.github/workflows/TagBot.yml
@@ -0,0 +1,11 @@
1
+name: TagBot
2
+on:
3
+ schedule:
4
+ - cron: 0 0 * * *
5
+jobs:
6
+ TagBot:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: JuliaRegistries/TagBot@v1
10
+ with:
11
+ token: ${{ secrets.GITHUB_TOKEN }}
Project.toml
@@ -5,3 +5,7 @@ version = "0.0.1"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
+
+[compat]
+julia = "1.4"
0 commit comments