We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0d447 commit 6cf449eCopy full SHA for 6cf449e
2 files changed
.github/workflows/FormatPullRequest.yml
@@ -3,10 +3,14 @@ on:
3
schedule:
4
- cron: "0 0 * * *"
5
workflow_dispatch: ~
6
+ issue_comment:
7
+ types:
8
+ - "created"
9
permissions:
10
contents: "write"
11
pull-requests: "write"
12
jobs:
13
format-pull-request:
14
name: "Format Pull Request"
15
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"
16
+ secrets: "inherit"
Project.toml
@@ -1,6 +1,6 @@
1
name = "ITensorNetworks"
2
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
-version = "0.15.19"
+version = "0.15.20"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
[workspace]
0 commit comments