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.
2 parents 8ad387a + 49cbdd8 commit aaaa0b0Copy full SHA for aaaa0b0
.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 }}
Project.toml
@@ -11,9 +11,10 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
12
[compat]
13
Intervals = "0.5.0"
14
-RecipesBase = "0.7.0"
+RecipesBase = "0.7, 0.8"
15
julia = "1"
16
17
+
18
[extras]
19
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
20
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
0 commit comments