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 ab6b583 + 75d7dd9 commit c66396dCopy full SHA for c66396d
.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
@@ -14,7 +14,7 @@ QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
14
[compat]
15
BandedMatrices = "0.14.2"
16
FillArrays = "0.8.2"
17
-IntervalSets = "0.3.2"
+IntervalSets = "0.3.2, 0.4"
18
LazyArrays = "0.14.11, 0.15"
19
QuasiArrays = "0.1.1, 0.2"
20
julia = "1.3"
0 commit comments