We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5679dc5 commit a343030Copy full SHA for a343030
2 files changed
.github/workflows/FormatPullRequest.yml
@@ -3,6 +3,8 @@ on:
3
schedule:
4
- cron: "0 0 * * *"
5
workflow_dispatch: ~
6
+ issue_comment:
7
+ types: ["created"]
8
permissions:
9
contents: "write"
10
pull-requests: "write"
Project.toml
@@ -1,6 +1,6 @@
1
name = "SparseArraysBase"
2
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
-version = "0.9.19"
+version = "0.9.20"
authors = ["ITensor developers <support@itensor.org> and contributors"]
[workspace]
0 commit comments